This is an automated email from the ASF dual-hosted git repository.

ni3galave pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 67a64a4a2c5c859613759ae77b8ff0094207e0f3
Author: Nitin Galave <[email protected]>
AuthorDate: Sun Nov 8 06:30:46 2020 +0530

    RANGER-3073 : Incorrect UI hint message for password validation in FIPS 
environment
---
 security-admin/src/main/webapp/scripts/modules/globalize/message/en.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js 
b/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js
index 0989976..4c44229 100644
--- a/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js
+++ b/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js
@@ -519,7 +519,7 @@ define(function(require) {
                                newPasswordError       :'Invalid Password. 
Minimum 8 characters with min one alphabet and one numeric.',
                                emailIdError           : 'Please enter valid 
email address.',
                                enterValidName         : 'Please enter valid 
name.',
-                               passwordError          :'Password should be 
minimum 8 characters with min one alphabet and one numeric.',
+                               passwordError          :'Password should be 
minimum 8 characters with min one alphabet and one numeric. For FIPS 
environment password should be minimum 14 characters with min one alphabet and 
one numeric.',
                                userNameValidationMsg  :'1. User name should be 
start with alphabet / numeric / underscore / non-us characters.<br> 2. Allowed 
special character ,._\-+/@= and space. <br>3. Name length should be greater 
than one.',
                                groupNameValidationMsg :'1. Group name should 
be start with alphabet / numeric / underscore / non-us characters.<br> 2. 
Allowed special character ,._\-+/@= and space. <br>3. Name length should be 
greater than one.',
                 firstNameValidationMsg :'1. First name should be start with 
alphabet / numeric / underscore / non-us characters.<br> 2. Allowed special 
character ._-@ and space. <br>3. Name length should be greater than one.',

Reply via email to