[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 5376bf1aa432194b8803ee99e566adce74286346

Evergreen Git git at git.evergreen-ils.org
Tue Oct 4 14:33:52 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_0 has been updated
       via  5376bf1aa432194b8803ee99e566adce74286346 (commit)
       via  1c85f6e9c3b97f1e71d73c41baf4b21226ffe580 (commit)
      from  2a5ef3378a88120300a12abccb582313d027d7a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5376bf1aa432194b8803ee99e566adce74286346
Merge: 1c85f6e 2a5ef33
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Tue Oct 4 14:33:20 2011 -0400

    Merge branch 'rel_2_0' of git.evergreen-ils.org:Evergreen into rel_2_0


commit 1c85f6e9c3b97f1e71d73c41baf4b21226ffe580
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Fri Aug 12 09:17:46 2011 -0400

    Clear password from password_prompt post-login
    
    Otherwise it remains as the plain text value.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/chrome/content/auth/controller.js b/Open-ILS/xul/staff_client/chrome/content/auth/controller.js
index 3552016..5d44bb5 100644
--- a/Open-ILS/xul/staff_client/chrome/content/auth/controller.js
+++ b/Open-ILS/xul/staff_client/chrome/content/auth/controller.js
@@ -449,6 +449,8 @@ auth.controller.prototype = {
                 this.on_login_error(E);
             }
         }
+        // Once we are done with it, clear the password
+        this.controller.view.password_prompt.value = '';
 
     },
 

-----------------------------------------------------------------------

Summary of changes:
 .../staff_client/chrome/content/auth/controller.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list