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
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
Status | Subtype | Assigned | Task | |
---|---|---|---|---|
· · · | ||||
Resolved | None | T4422 Access control (tracking) | ||
Resolved | None | T2767 User and group rights management (tracking) | ||
Resolved | • hashar | T2773 Interface for assigning default user rights | ||
· · · |
Probably need to implement the administration interface to replace
DefaultSettings / LocalSettings system.
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.