https://bugzilla.wikimedia.org/show_bug.cgi?id=36939
--- Comment #5 from Victor Vasiliev <[email protected]> 2012-05-22 03:43:27 UTC --- (In reply to comment #4) > * To make it global-only, we'd add the newaccountonly rule as an option to > $wgTitleBlacklistSources . We'd enable it for the global title blacklist. We'd > also want to be able to disable it for the default (project-local) source. Not really. Options without newaccountonly block username creation as well (as you could have guessed from option's name). What you'd want is some variable to control which sources may restrict usernames, like $wgTitleBlacklistUsernameRestrictionSources. I will actually implement a patch for such option soonish. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
