 | UserManagementServicegetPasswordErrorMessageText Method |
Returns the text defined to represent all password rules.
Namespace:
(Default Namespace)
Assembly:
SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string getPasswordErrorMessageText(
string username
)
Public Function getPasswordErrorMessageText (
username As String
) As String
public:
String^ getPasswordErrorMessageText(
String^ username
)
public function getPasswordErrorMessageText(
username : String
) : String
function getPasswordErrorMessageText(username);
Parameters
- username
- Type: SystemString
The user name to be checked.
Return Value
Type:
String
A multi-line string containing the rules for this user.
Remarks
Different password rules may exist for different user groupings (database user, faculty, parent, etc.).
See Also