A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgGroupsRemoveFromSelf below:

Manual:$wgGroupsRemoveFromSelf - MediaWiki

Use this to allow users to remove themselves from specified groups via Special:Userrights.
Introduced in version: 1.12.0 (r29765) Removed in version: Still in use Allowed values: (array) Default value: []

$wgGroupsRemoveFromSelf allow users to remove their own user rights.

MediaWiki version:

1.14

The syntax since 1.14 is:

$wgGroupsRemoveFromSelf['sysop'][] = 'bot'; // adminstrators can remove themselves from the bot group: $wgGroupsRemoveFromSelf['sysop'] = array( 'bot' );
MediaWiki versions:

1.12 – 1.13

The syntax of MW 1.12 - 1.13 is:

$wgGroupsRemoveFromSelf = array( 'group1', 'group2', '...' );

In r39368, the way this variable works was changed. Before, it allowed every user to remove groups from themselves, now it can be filtered on a per-group basis. The new syntax is $wgGroupsRemoveFromSelf['group1'] = array( 'group2', 'group3' ); which allows any user in the group "group1" to remove the groups "group2" and "group3" from themselves. The old syntax will still work, allowing every user to remove groups from themselves, but it is recommended that you use $wgGroupsRemoveFromSelf['user'] = array( 'group1', 'group2' ); instead.

You may use $wgGroupsRemoveFromSelf['group'] = true; to allow users in that group to remove every group from themselves.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4