Manual talk:User rights
From MediaWiki.org
Note: This page is for discussion of the Manual:User rights page only. General software questions or requests for help should be posted on the Support Desk.
[edit] Special:Userrights limited to only Stewards
Special:Userrights is limited to only Stewards, which includes only two users. Shouldn't that link be open to everybody?
- Heck no. --Sayuri 16:45, 6 October 2007 (UTC)
- To Anonymous poster: That page serves only one purpose, to (un)assign user groups to users. If it's open to everybody, anybody could assign themselves sysop access. --Egingell 04:28, 18 October 2007 (UTC)
[edit] User rights names
Am I limited only to the names "sysop", "bot" and "bureaucrat" or can i make a new one? --Gerard armando 02:09, 20 October 2007 (UTC)
- You can make a new one; Help:User rights#Managing groups gives an example of this by creating a "ninja" group. —Pathoschild 18:58:41, 20 October 2007 (UTC)
[edit] Discussion Pages
I'm setting up a wiki so that registered user cannot edit pages, but would like them to be able to use the discussion page. Is that possible? 216.226.42.234 14:41, 24 October 2007 (UTC)
- Not currently, though it would be easy to add that feature if a developer chose to do so. —Pathoschild 06:07:29, 25 October 2007 (UTC)
Actually, I think this is possible via the $wgNamespaceProtection setting. Just add the following settings to your LocalSettings.php file:
$wgGroupPermissions['approved']['editmain'] = true; $wgNamespaceProtection[NS_MAIN] = array( 'editmain' );
This will only give those users who are part of the "approved" group the ability to edit the "main" namespace (but they can still edit the "talk" namespace). If you want to restrict other namespaces to editing by a single usergroup, you can add them as follows:
$wgNamespaceProtection[NS_USER] = array( 'editmain' ); $wgNamespaceProtection[NS_IMAGE] = array( 'editmain' ); // Etc...
I would like to do something similar, but I would like it so anyone can write in discussions but only registered users can edit and add articles. I tried to configure it but it says that you need both edit and createtalk turned to true for this to happen. Does anyone know the code to make this possible?- Thanks! Steve
--216.99.65.63 15:13, 20 November 2007 (UTC)
[edit] User Editing Rights for just one page
I'm setting up a wiki where registered users can only edit their own page. How do you do that?
- You can't do that by default, though it would probably be possible to use or write an extension. —Pathoschild 04:33:21, 30 October 2007 (UTC)
[edit] Priority
I created a new user group in my wiki, let's call it "mods"·... but i want sysops to be able to manage them... i mean.. bureaucrats can edit bureaucrats, sysops and mods rights... sysops can edit sysops and mods rights, mods can only edit mods rights...
Example, protecting a page... I don't know if you get it.. how do i do it? --Gerard Armando 23:39, 8 November 2007 (UTC)
[edit] Adding Users to a Group
There is a lot of talk about editing different user groups and such, but how does one add users to a specific group?
i.e. If I wanted to add a user to group 'ninja' ? Tablanch 22:29, 18 December 2007 (UTC)
- The first sentence states: "...which can then be assigned to (or removed from) users through the Special:Userrights interface." —Pathoschild 02:53:01, 19 December 2007 (UTC)
- I see. Feel free to slap me. Tablanch 13:24, 19 December 2007 (UTC)
[edit] Propose move to manual
The help pages should document features for normal users, and sysops, but should not detail configuration variables. Information for server administrators belongs in the technical manual. That wasn't made clear before, but recently I've added some details to clarify the aim of the Help pages. See Project:PD help#Target readership - Normal users.
I know you're busy editing/maintaining this page Pathoschild. How would you feel about moving most of this. Perhaps put it on a new page "Manual:User rights"? There's also meta:Setting user rights in MediaWiki which maybe should be merged into a manual page here.
Harry Wood 15:52, 19 December 2007 (UTC)
- I have no objections. Maybe we can merge the Meta page to a linked subpage like "Manual:User Rights/Deprecated", for MediaWiki prior to 1.5? I think adding it directly to the same page would add quite a bit of content without being relevant to most users. —Pathoschild 18:53:49, 21 January 2008 (UTC)
-
- Actually speaking of deprecated old info Help:User rights management seems to talk a lot about old MediaWiki versions. That page also needs to move/merge out of the Help namespace for the same reasons.
-
- Anyway, so if that's OK, I'm going to go ahead with a move soon. Help:User rights -> Manual:User Rights
-
- -- Harry Wood 19:53, 21 January 2008 (UTC)
-
-
- Oh. I was going to go ahead with the move (and all the corrections it will require... but actually Manual:User rights page name is 'occupied'. I thought I'd checked that, but no, there's redirect there at the moment, which a sysop user will have to delete before I can carry out the move. -- Harry Wood 14:54, 18 February 2008 (UTC)
- Deleted. --HappyDog 16:32, 18 February 2008 (UTC)
- Oh. I was going to go ahead with the move (and all the corrections it will require... but actually Manual:User rights page name is 'occupied'. I thought I'd checked that, but no, there's redirect there at the moment, which a sysop user will have to delete before I can carry out the move. -- Harry Wood 14:54, 18 February 2008 (UTC)
-
-
-
-
-
- Thanks. OK here goes! -- Harry Wood 17:01, 18 February 2008 (UTC)
-
-
-
[edit] Clickable User-Right in Special:Listusers
Hello,
when i add the Ninja-Group (as an example from the Helppage), how can i manage the group is clickable on the page Special:Listusers like Project:Bureaucrats or Project:Administrators (Sysops)?
Thanks in advance
kind regards
TurboKanne, February, 9th, 2008.
- See Manual talk:$wgGroupPermissions#Link to groups?. --Sayuri 22:43, 9 February 2008 (UTC)
::Thanks for this hint, but unfortunately this does not resolve my issue. The group "ninja" (for example) is still not clickable in Special:Listusers, only Bureauctrats and Administrators (behind the names) are clickable. Do you have any additional hint?
-
TurboKanne, February, 11th, 2008
-
- After a couple of tests i found it only works within my wiki when i change the pages MediaWiki:Grouppage-Ninja and MediaWiki:Grouppage-ninja. Don't know why, but now it works.
- TurboKanne, February, 15th, 2008
[edit] View source and history rights
It would be useful to have separate permissions for viewing page source and history pages. This would make it possible to prevent unregistered users from seeing anything but the current HTML version of the page, which would also have the benefit of preventing search engines and spam bots from accessing content (e.g. contact details) that have been hidden or deleted.
-- Keith Wilson 16:00, 19 March 2008 (UTC)
- This is not the place for feature requests. Try filing a bug (severity: enhancement) on Bugzilla. —Simetrical (talk • contribs) 22:54, 19 March 2008 (UTC)
[edit] Only Confirmed mail can edit articles
Hi, i'm creating a new wiki right now. I want everybody be able to create and edit talk pages. But only users with an confirmed mail adress should be able to edit articles. (of course sysop and stuff should also be able to do that stuf....) I think if i set 'edit' to false for everybody else they can't edit talk pages, or at least i can't find a setting like 'edit_talk' or somethin. Somebody can point me to the right direction for this? --78.51.99.40 01:42, 21 April 2008 (UTC)
[edit] New user rights: what version are they for?
The following was added to the bottom of the page on June 8, 2008 [1]:
#$wgGroupPermissions['suppress']['hideuser'] = true; // To hide revisions/log items from users and Sysops #$wgGroupPermissions['suppress']['suppressrevision'] = true; // For private suppression log access #$wgGroupPermissions['suppress']['suppressionlog'] = true;
Shouldn't these user rights be added to the list, and what version of mediawiki are these user rights available for? thanks Odessaukrain 03:24, 13 July 2008 (UTC)
[edit] Permissions to be documented?
I see the following permissions on various sites. The meaning of some is obvious, but they are not documented here. Are they custom permissions?
- boardvote
- browsearchive
- centralauth-admin
- centralauth-merge
- checkuser
- hiderevision
- makebot
- makesysop
- noratelimit
- nuke
- override-antispoof
- oversight
- renameuser
- reupload-own
- skipcaptcha
- tboverride
- torunblocked
- uboverride
Renate 14:42, 14 July 2008 (UTC)
-
- boardvote
- browsearchive lets you do a search of deleted pages when you visit Special:Undelete
- centralauth-admin, centralauth-merge
- checkuser
- hiderevision has been replaced by suppressrevision (they do the same thing)
- makebot
- makesysop
- not quite sure what noratelimit does... probably has to do with the API
- nuke
- override-antispoof
- oversight
- renameuser
- reupload-own allows you to upload new versions of images that you originally have uploaded
- skipcaptcha
- tboverride
- torunblocked
- uboverride
- The linked ones are extension-defined and the links go to their extension pages :). I'll get around to documenting all the ones that need it later today. --Skizzerz 14:58, 14 July 2008 (UTC)

