Whoa! I broke Live Re-Auth, fortunately after the 1.1.6 release.
authorDan
Wed, 27 May 2009 09:12:59 -0400
changeset 1002 4d1bb8deee88
parent 1001 79770fb4132a
child 1003 28e2f75d66fd
Whoa! I broke Live Re-Auth, fortunately after the 1.1.6 release.
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;