From 3a1b4a10c812f4c9a08797bd692acf9bed907089 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 6 Oct 2016 20:15:15 -0700 Subject: [PATCH] Turning debug_mode to false --- awx/ui/client/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/config.js b/awx/ui/client/src/config.js index 0aa7dbaf17..55956732a6 100644 --- a/awx/ui/client/src/config.js +++ b/awx/ui/client/src/config.js @@ -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. 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_hasLowercase: true, // require a lowercase letter in the password