includes/clientside/static/login.js
changeset 1002 4d1bb8deee88
parent 1001 79770fb4132a
child 1026 f0431eb8161e
--- 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;