Hello!
When a new user creates an account and logs in to write a new article, is it possible for an admin to approve such a new account first? Where can I read about this or permissions in general?
regards
Hi,
You can either set a new user group which has "edit" right and remove edit right for both anonymous users and registred users: $wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['user']['edit'] = false; $wgGroupPermissions['editor']['edit'] = true; With this, only users who are in the "editor" group can edit pages (you can set user group with Special:Userrights). A second solution is to install http://www.mediawiki.org/wiki/Extension:ConfirmAccount . Cheers, Alexandre Emsenhuber (ialex)
Le 7 juin 09 à 16:35, Andreas Meyer a écrit :
Hello!
When a new user creates an account and logs in to write a new article, is it possible for an admin to approve such a new account first? Where can I read about this or permissions in general?
regards
-- Andreas Meyer
A man, a miss, a car -- a curve, He kissed the miss and missed the curve -- Burma Shave (1948)
Mein öffentlicher GPG-Schlüssel unter: http://gpg-keyserver.de/pks/lookup?search=anmeyer&fingerprint=on&op=...
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
You want something like WordPress where you need moderation, rite? I am wondering whether I could import some WordPress features over, eg. the comments section below each article. Anyone has an answer?
PM Poon
On Sun, Jun 7, 2009 at 10:35 PM, Andreas Meyeranmeyer@anup.de wrote:
Hello!
When a new user creates an account and logs in to write a new article, is it possible for an admin to approve such a new account first? Where can I read about this or permissions in general?
regards
-- Andreas Meyer
A man, a miss, a car -- a curve, He kissed the miss and missed the curve -- Burma Shave (1948)
Mein öffentlicher GPG-Schlüssel unter: http://gpg-keyserver.de/pks/lookup?search=anmeyer&fingerprint=on&op=...
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org