Returns a String containing the Rational ClearQuest user login name of the user profile record that is authenticated by the specified login_name and password arguments. The value returned is the name stored in the user profile record, not the login name used to authenticate the user.
Returns an empty string if the password is incorrect for the specified login name.
For LDAP authenticated configurations, this function returns an empty string if there is no Rational ClearQuest user that is mapped to a valid LDAP login_name/password pair.
VBScript
session.ValidateUserCredentials(login_name, password)
Perl
$session->ValidateUserCredentials(login_name, password);