DokuWiki

It's better when it's simple

User Tools

Site Tools


faq:regdisable

How to disable open user registration

:?: How can I prevent visitors on the wiki to register themselves?

:!: This was previously done through a config option named openregister and was replaced by the general disableactions option in the recent stable release. Just disable the register action in the config manager like this:


If your configuration is read-only to the user running your web-server, you may edit your configuration directly:

$conf['disableactions'] = 'register';

to disable open user registration.

You might also consider allowing open registration, but making new users powerless until approved.

faq/regdisable.txt · Last modified: 2017-10-28 10:54 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki