-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73847/
-----------------------------------------------------------
Review request for ranger, Dhaval Shah, Dineshkumar Yadav, Kishor
Gollapalliwar, Abhay Kulkarni, Madhan Neethiraj, Mehul Parikh, Pradeep Agrawal,
Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy.
Bugs: RANGER-3624
https://issues.apache.org/jira/browse/RANGER-3624
Repository: ranger
Description
-------
Current Password policies(validation) is not strong enough as it expect the
"minimum 8 characters with minimum one alphabet and one numeric".
In this improvement Jira will enhance the password policies to "minimum 8
characters, at least one uppercase letter, one lowercase letter and one numeric"
Diffs
-----
security-admin/scripts/setup.sh 583b270a3
Diff: https://reviews.apache.org/r/73847/diff/1/
Testing
-------
Verified many password combination for Valid/Non-valid case.
1.Valid paswords
- Admin@123
- aDmin@123
2.Invalid paswords
- admin@123
- ADMIN@123
Thanks,
bhavik patel