https://bugzilla.wikimedia.org/show_bug.cgi?id=52211
--- Comment #3 from Alex Monk <[email protected]> --- There's a feature we have in MediaWiki core which allows you to set userrights across wikis. Assuming you have only one wiki this is useless to you. (and if you were using it you wouldn't get this error anyway because you'd have the permission assigned) It determines the target database name by looking at the part of the string after {$wgUserrightsInterwikiDelimiter}. It defaults to '@' so if you somehow managed to make a user with @ in it's name, setting their userrights will be broken unless you change $wgUserrightsInterwikiDelimiter. -- 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
