From 613fafff05aa4185cd405b096e04e3eddfd2ac97 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Fri, 12 Jul 2013 10:30:38 -0400 Subject: [PATCH] AC-198 Fixed the login page so that passwords and usernames are not remembered. The issue is scope variable name overlap. If scope.username or scope.password gets defined along the way, the value gets pushed into the login form. --- awx/ui/static/js/awx-min.js | 2 +- awx/ui/static/partials/login-dialog.html | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/awx/ui/static/js/awx-min.js b/awx/ui/static/js/awx-min.js index e7a3e9ffe6..7cdcbd79ec 100644 --- a/awx/ui/static/js/awx-min.js +++ b/awx/ui/static/js/awx-min.js @@ -4,7 +4,7 @@ * * awx-min.js * - * master-f2e5182, Thu Jul 11 23:28:39 2013 -0400 + * master-b32c0dc, Thu Jul 11 23:36:14 2013 -0400 * */ var urlPrefix="/static/"; diff --git a/awx/ui/static/partials/login-dialog.html b/awx/ui/static/partials/login-dialog.html index 58d9965994..6f8e9432c2 100644 --- a/awx/ui/static/partials/login-dialog.html +++ b/awx/ui/static/partials/login-dialog.html @@ -11,29 +11,26 @@
-
- A value is required! - +
+ A value is required! +
-
- A value is required! +
+ A value is required!
- - - \ No newline at end of file + \ No newline at end of file