From: Art Cancro Date: Wed, 16 May 2012 18:38:34 +0000 (-0400) Subject: When a username/password auth fails, restore the username/password dialog instead... X-Git-Tag: v8.11~14 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=47970d6c1468d22fed15baccce00174b5af114e7 When a username/password auth fails, restore the username/password dialog instead of leaving the throbber on the screen. --- diff --git a/webcit/static/authmethods.js b/webcit/static/authmethods.js index f66f8bcf9..a80543fdb 100644 --- a/webcit/static/authmethods.js +++ b/webcit/static/authmethods.js @@ -93,6 +93,7 @@ function ajax_try_username_and_password() { } else { $('login_errmsg').innerHTML = ctdlresult.responseText.substr(4) ; + authtoggle('authbox_userpass'); } } });