https://bugzilla.wikimedia.org/show_bug.cgi?id=21573
Chad H. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Chad H. <[email protected]> 2009-11-29 23:38:46 UTC --- (In reply to comment #0) > It seems the first autopromote works but the userlist page does not show the > user in the group, neither does the userrights page. > > in the page source however i do see, > > <pre> > var wgUserGroups = ["div-rd-1", "*", "user", "bureaucrat"]; > </pre> > > only the userlist and userrights page i only see the div-rd-1. > The thing about $wgAutopromote is that it makes the groups implicit. That is, they will not show up on Special:UserRights or Special:ListUsers. I would've thought that you'd need to add it to $wgImplicitGroups as well, but apparently not? I've not seen an example of trying to use non-implicit groups (like b-crat in your case) with $wgAutopromote. It's probably an edge case that could use some more poking to make sure it all works as expected. -- 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
