Show / Hide Table of Contents

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 Source

CurrentPwdEqualNewPwd

A new password can't be equal current password.

Declaration
public static readonly string CurrentPwdEqualNewPwd
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

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
  • View Source
Back to top Generated by DocFX