mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Merge pull request #2 from jaredevantabor/wwitzel3/jtabor-sockets
Turning debug_mode to false
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
// custom_login_info: "example notice" // have a notice displayed in the login modal for users. note that, as a security measure, custom html is not supported and will be escaped.
|
// custom_login_info: "example notice" // have a notice displayed in the login modal for users. note that, as a security measure, custom html is not supported and will be escaped.
|
||||||
tooltip_delay: { show: 500, hide: 100 }, // Default number of milliseconds to delay displaying/hiding tooltips
|
tooltip_delay: { show: 500, hide: 100 }, // Default number of milliseconds to delay displaying/hiding tooltips
|
||||||
|
|
||||||
debug_mode: true, // Enable console logging messages
|
debug_mode: false, // Enable console logging messages
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user