X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fauthmethods.js;h=a80543fdbbbedcff21bee5c02313ef7e80c8ad6a;hb=47970d6c1468d22fed15baccce00174b5af114e7;hp=f66f8bcf91cf16ed1adbe1493b142d9eb6b15080;hpb=17ef074880daffc346459742eacf8fd3988d16fa;p=citadel.git 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'); } } });