hamstar / Braincase

A personal knowledge base system for expansion of the mind in a virtual space.
4 stars 1 forks source link

Make registration admin only #252

Closed hamstar closed 12 years ago

hamstar commented 12 years ago

Should be done by using this configuration option in local.php:

$conf['disableactions'] = '';            //comma separated list of actions to disable

If that fails, should be able to remove the register link.

bhavicp commented 12 years ago

We could instead implement this: https://www.dokuwiki.org/faq:userapproval, If James approves. It basically allows registrations, but users have no real access until approved by the Administrator. This would allow admin to give out links to a specific page, users can register then admin can approve it instead of having to manually enter all the new users details themselves.