Page MenuHomePhabricator

Interface for assigning default user rights
Closed, ResolvedPublic

Description

Interface should be provided to easily assign Anonymous and logged in user
to a group.
Actually done in DefaultSettings.php with $wgAnonGroupId $wgLoggedInGroupId
which is ugly.


Version: 1.5.x
Severity: normal

Details

Reference
bz773

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.
StatusSubtypeAssignedTask
ResolvedNone
ResolvedNone
Resolvedhashar

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 7:00 PM
bzimport set Reference to bz773.

Probably need to implement the administration interface to replace
DefaultSettings / LocalSettings system.

webmaster wrote:

I think this was dealt with in 1.5.0...

robchur wrote:

Yes, the functionality you describe has, I believe, been implemented with the
MediaWiki 1.5 release, which includes a new system for user rights management.
See http://meta.wikimedia.org/wiki/Help:User_rights for more details, including
an explanation of how to implement this feature.