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:
parent
05abacf58e
commit
d076be8b8b
@ -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: -!$%^&*()_+|~=`{}[]:";'<>?,./
|
||||||
|
Loading…
Reference in New Issue
Block a user