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=index > > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l