n°524 - password policy

- changed translation key to be more conventional
This commit is contained in:
bruno DA SILVA
2019-11-28 11:40:28 +01:00
parent 4fb9bbb831
commit c3c5c56dd8
3 changed files with 3 additions and 3 deletions

View File

@@ -52,5 +52,5 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:UserLocal/Attribute:password_renewed_date' => 'Password renewal',
'Class:UserLocal/Attribute:password_renewed_date+' => 'When the password was last changed',
'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex/validation_failed' => 'Password must be at least 8 characters and include uppercase, lowercase, numeric and special characters.',
'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => 'Password must be at least 8 characters and include uppercase, lowercase, numeric and special characters.',
));