Manual talk:$wgAddGroups
Add topicAppearance
Latest comment: 5 months ago by Novem Linguae in topic Bug
Obsolete instructions for 1.13?
[edit]The manual page says:
- Note that groups which may only grant some rights ... need to have set userrights privilege to false, otherwise they will still be able to add all groups (except in 1.11).
Is this still true in 1.13? It doesn't seem to be. When I set:
$wgGroupPermissions['kings']['edit'] = true;
$wgGroupPermissions['servants']['edit'] = true;
$wgGroupPermissions['citizens']['edit'] = true;
$wgAddGroups['kings'] = array('servants', 'citizens');
and visit Special:UserRights as member of kings, I can only add users to the servants and citizens groups, which is exactly what you want. I see no capability to add to "all groups" like the manual note says. --Maiden taiwan 19:26, 18 May 2008 (UTC)
- To be able to set all right, put
$wgGroupPermissions['kings']['userrights'] = true;. iAlex 19:44, 18 May 2008 (UTC)- I understand that, but the docs say you must set userrights to false to avoid the problem of giving out all rights. This doesn't seem to be necessary anymore in 1.13.0, so I'm asking if the docs are outdated. Thanks. --Maiden taiwan 11:27, 19 May 2008 (UTC)
- This is correct for 1.13, like it is also for 1.12.0. iAlex 16:03, 19 May 2008 (UTC)
- I understand that, but the docs say you must set userrights to false to avoid the problem of giving out all rights. This doesn't seem to be necessary anymore in 1.13.0, so I'm asking if the docs are outdated. Thanks. --Maiden taiwan 11:27, 19 May 2008 (UTC)
Email notification
[edit]How to make an email notification about new users in groups? Klymets (talk) 09:52, 22 September 2022 (UTC)
Bug
[edit]the performer group in $wgAddGroups require the group to have another user right. ~2025-27438-58 (talk) 09:52, 2 October 2025 (UTC)
- @~2025-27438-58. If you are having trouble with a custom user group, I would suspect something on your local wiki is misconfigured. To troubleshoot further, can you 1) add a link to a paste of your LocalSettings.php file (with sensitive data like your database credentials removed) and 2) describe what bug is happening and what should happen instead? âNovem Linguae (talk) 15:44, 2 October 2025 (UTC)