https://bugzilla.wikimedia.org/show_bug.cgi?id=19677
--- Comment #2 from Lisa Ridley <[email protected]> 2009-07-12 19:14:37 UTC --- Yes, the user is me currently, I am logged in and have sysop permissions. The following flags are set when the extension is loaded, and these are global in scope: $wgEnableWriteAPI = true; $wgEnableAPI = true; ## sets up a new group permission for project setup, and establishes a new group called "projectlead" $wgGroupPermissions['projectlead']['projectsetup'] = true; $wgGrouppermissions['projectlead']['writeapi'] = true; $wgGroupPermissions['sysop']['projectsetup'] = true; $wgGroupPermissions['sysop']['writeapi'] = true; -- 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
