Dear list,
This is the very first time, I have installed a wiki and it is mediawiki. php- 5.2 Apache 2 Mysql 5 mediawiki - 1.13.3
1> I am looking for such an arrangement when a user ( sysop ? ) can create/delete the accounts with other system operation. I have already disable the account creation by
$wgGroupPermissions['*']['createaccount'] = false;
But how can I create sysop user ?
2> Is it possible to just make a confirmation arrangement , so that I can enable the account creation and sysop can then confirm or cancel the account creation ?
Please suggest