Click or drag to resize

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)
Syntax
public string getPasswordErrorMessageText(
	string 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