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
J. Bakshi wrote:
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
I got it :-)
The account which I created during the installation is the sysop. Please correct me if I am wrong. and under special pages there is the option to create account.
But how can I control the account creation confirmation if I allow all to create an account ? I like to have the control to confirm or reject any request.
Please enlighten me. Thanks
2009/1/7 J. Bakshi joydeep@infoservices.in:
The account which I created during the installation is the sysop. Please correct me if I am wrong. and under special pages there is the option to create account.
Yep - There should be a link to Log in/Create account - you can do it from there.
But how can I control the account creation confirmation if I allow all to create an account ? I like to have the control to confirm or reject any request.
You probabaly want something like Extension:ConfirmAccount. I've never used it though, but I know that http://en.citizendium.org use it quite sucessfully.
Simon Walker wrote:
2009/1/7 J. Bakshi joydeep@infoservices.in:
The account which I created during the installation is the sysop. Please correct me if I am wrong. and under special pages there is the option to create account.
Yep - There should be a link to Log in/Create account - you can do it from there.
But how can I control the account creation confirmation if I allow all to create an account ? I like to have the control to confirm or reject any request.
You probabaly want something like Extension:ConfirmAccount. I've never used it though, but I know that http://en.citizendium.org use it quite sucessfully.
Thanks a lot. Where can I get all these extension for mediawiki ?
with regards
2009/1/7 J. Bakshi joydeep@infoservices.in:
Thanks a lot. Where can I get all these extension for mediawiki ?
with regards
Oh, sorry! http://www.mediawiki.org/wiki/Extension:ConfirmAccount
Simon Walker wrote:
2009/1/7 J. Bakshi joydeep@infoservices.in:
Thanks a lot. Where can I get all these extension for mediawiki ?
with regards
Oh, sorry! http://www.mediawiki.org/wiki/Extension:ConfirmAccount
Thanks :-) have a nice time
mediawiki-l@lists.wikimedia.org