C# Class Composite.Core.ResourceSystem.LocalizationFiles.Composite_C1Console_Users

Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

Méthode Description
ChangeOwnPasswordWorkflow_Dialog_Validation_NewPasswordTooShort ( object parameter0 ) : string

"The new password must be at least {0} characters long."

ChangePasswordForm_PasswordExpiredMessage ( object parameter0 ) : string

"Password is older than {0} days. Please change your password."

PasswordRules_EnforcePasswordHistory ( object parameter0 ) : string

"Password should not match any of the previously used {0} passwords."

PasswordRules_MinimumLength ( object parameter0 ) : string

"Password should be at least {0} characters long."

Private Methods

Méthode Description
T ( string key ) : string

Method Details

ChangeOwnPasswordWorkflow_Dialog_Validation_NewPasswordTooShort() public static méthode

"The new password must be at least {0} characters long."
public static ChangeOwnPasswordWorkflow_Dialog_Validation_NewPasswordTooShort ( object parameter0 ) : string
parameter0 object
Résultat string

ChangePasswordForm_PasswordExpiredMessage() public static méthode

"Password is older than {0} days. Please change your password."
public static ChangePasswordForm_PasswordExpiredMessage ( object parameter0 ) : string
parameter0 object
Résultat string

PasswordRules_EnforcePasswordHistory() public static méthode

"Password should not match any of the previously used {0} passwords."
public static PasswordRules_EnforcePasswordHistory ( object parameter0 ) : string
parameter0 object
Résultat string

PasswordRules_MinimumLength() public static méthode

"Password should be at least {0} characters long."
public static PasswordRules_MinimumLength ( object parameter0 ) : string
parameter0 object
Résultat string