Closed Bug 532140 Opened 15 years ago Closed 15 years ago

need to restrict edits to registered users

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rcampbell, Assigned: fox2mike)

References

()

Details

(Whiteboard: [firebug-p1])

We've been getting some vandalism on the getfirebug.com/wiki. We'd like to restrict edits to logged-in users. I believe this is an option only available through editing config.php. I can provide more details if required.
I can add users to the admin group if that's really what we want, but in order to make changes to the All group, we need to edit the configuration file.

see:
http://www.mediawiki.org/wiki/Manual:User_rights
another option is to remove the ability for users to register without express approval. We might want to restrict edits to members of the FWG.
Destruction on our wiki continues unabated.
Whiteboard: [firebug-p1]
can we get this fixed please? We don't have access to the config.php file and it needs modification. this is generating a bunch of work for us.
Severity: normal → critical
Assignee: nobody → server-ops
Component: getfirebug.com → Server Operations: Web Content Push
OS: Mac OS X → All
Product: Websites → mozilla.org
QA Contact: getfirebug-com → mrz
Hardware: x86 → All
Version: unspecified → other
specifically, we need this group of changes added to the permissions part of the file:

# Disable for everyone.
$wgGroupPermissions['*']['edit']              = false;
# Disable for users, too: by default 'user' is allowed to edit, even if '*' is not.
$wgGroupPermissions['user']['edit']           = false;
# Make it so users with confirmed e-mail addresses are in the group.
$wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED;
# Hide group from user list. 
$wgImplicitGroups[] = 'emailconfirmed';
# Finally, set it to true for the desired group.
$wgGroupPermissions['emailconfirmed']['edit'] = true;
Assignee: server-ops → shyam
These config changes are now live. Please let us know if you need anything else.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
OK, seems to be working, I am not able to make any modifications ;-)
How can I now join the emailconfirmed user group (and keep my current user name)?

Honza
let me do the other thing and add you and the rest to the admin group...
ok updated. We may have to authenticate users manually now. Also, we don't seem to have the email confirmed group visible. If I can't figure out how to add that to the list of visible groups we may need to create another bug.

Thanks Shyam!
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.