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

ファイルを表示 Open project: Orckestra/C1-CMS

Public Methods

Method 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

Method Description
T ( string key ) : string

Method Details

ChangeOwnPasswordWorkflow_Dialog_Validation_NewPasswordTooShort() public static method

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

ChangePasswordForm_PasswordExpiredMessage() public static method

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

PasswordRules_EnforcePasswordHistory() public static method

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

PasswordRules_MinimumLength() public static method

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