https://bugzilla.wikimedia.org/show_bug.cgi?id=53622
Liangent <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Liangent <[email protected]> --- (In reply to comment #0) > $wgGroupPermissions['autoconfirmed']['ajaxpoll-vote'] = true; > $wgGroupPermissions['autoconfirmed']['ajaxpoll-view-results'] = true; > $wgGroupPermissions['autoconfirmed']['ajaxpoll-view-results-before-vote'] = > false; > $wgGroupPermissions['*']['ajaxpoll-view-results'] = true; > $wgGroupPermissions['*']['ajaxpoll-view-results-before-vote'] = true; Looks like a misunderstanding of $wgGroupPermissions. Users get a specific permission bit once any of their user groups has the permission assigned. False values are actually ignored here (they're normally used to override default settings). What you want might be $wgRevokePermissions. This is not well-documented on [[mw:Manual:User rights]] currently, and it should be. -- 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
