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