mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
fixed password validation rules
This commit is contained in:
parent
8fa6145480
commit
ef2247fce0
@ -36,7 +36,7 @@
|
||||
password_hasLowercase: true, // require a lowercase letter in the password
|
||||
password_hasUppercase: true, // require an uppercase letter in the password
|
||||
password_hasNumber: true, // require a number in the password
|
||||
password_hasSymbol: true, // require one of these symbols to be
|
||||
password_hasSymbol: false, // require one of these symbols to be
|
||||
// in the password: -!$%^&*()_+|~=`{}[]:";'<>?,./
|
||||
|
||||
session_timeout: 1800, // Number of seconds before an inactive session is automatically timed out and forced to log in again.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user