https://bugzilla.wikimedia.org/show_bug.cgi?id=11148
Andrew Garrett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #8 from Andrew Garrett <[email protected]> 2009-03-10 07:08:29 UTC --- This seems to have been fixed $anon = new User; if ( !$anon->isAllowedToCreateAccount() ) { // Blacklist the user to avoid repeated DB queries subsequently // First load the session again in case it changed while the above DB query was in progress wfDebug( __METHOD__.": user is blocked from this wiki, blacklisting\n" ); $session = CentralAuthUser::getSession(); $session['auto-create-blacklist'][] = wfWikiID(); CentralAuthUser::setSession( $session ); return false; } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
