diff -r 79770fb4132a -r 4d1bb8deee88 includes/clientside/static/login.js --- a/includes/clientside/static/login.js Fri May 22 13:49:02 2009 -0400 +++ b/includes/clientside/static/login.js Wed May 27 09:12:59 2009 -0400 @@ -1266,7 +1266,7 @@ window.ajaxDynamicReauth = function(adminpage, level) { - if ( auth_level < USER_LEVEL_ADMIN ) + if ( auth_level < USER_LEVEL_MEMBER ) { ajaxStartLogin(); return false;