Class PasswordChangingErrorCodes
Defined a errors code that can be occur during changing a user password.
Inheritance
System.Object
PasswordChangingErrorCodes
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.String |