1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

fix tower password strength defaults

This commit is contained in:
John Mitchell 2015-06-12 13:42:44 -04:00
parent 05abacf58e
commit d076be8b8b

View File

@ -34,7 +34,7 @@
password_length: 8, // Minimum user password length. Set to 0 to not set a limit password_length: 8, // Minimum user password length. Set to 0 to not set a limit
password_hasLowercase: true, // require a lowercase letter in the password password_hasLowercase: true, // require a lowercase letter in the password
password_hasUppercase: true, // require an uppercase letter in the password password_hasUppercase: false, // require an uppercase letter in the password
password_hasNumber: true, // require a number in the password password_hasNumber: true, // require a number in the password
password_hasSymbol: false, // require one of these symbols to be password_hasSymbol: false, // require one of these symbols to be
// in the password: -!$%^&*()_+|~=`{}[]:";'<>?,./ // in the password: -!$%^&*()_+|~=`{}[]:";'<>?,./