Class PasswordChangingErrorCodes
Defined a errors code that can be occur during changing a user password.
Namespace: Sartorius.SAF.Security
Assembly: Sartorius.SAF.dll
Syntax
public static class PasswordChangingErrorCodes
Fields
View SourceCurrentPwdEqualNewPwd
A new password can't be equal current password.
Declaration
public static readonly string CurrentPwdEqualNewPwd
Field Value
| Type | Description |
|---|---|
| string |
IsLdapUserViolation
The user is ldap user. Password of ldap users can not be changed.
Declaration
public static readonly string IsLdapUserViolation
Field Value
| Type | Description |
|---|---|
| string |
MinMaxLenPwdViolation
The length of a new password must match a SAF System configurations for a min and max length of password.
Declaration
public static readonly string MinMaxLenPwdViolation
Field Value
| Type | Description |
|---|---|
| string |
NoAvailableCharsViolation
The characters of a new password can't contains no available characters defined in the SAF System configuration.
Declaration
public static readonly string NoAvailableCharsViolation
Field Value
| Type | Description |
|---|---|
| string |