DokuWiki

It's better when it's simple

User Tools

Site Tools


faq:regdisable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
faq:regdisable [2015-10-22 13:45] – removed 194.100.74.194faq:regdisable [2015-10-26 13:07] – old revision restored (2012-03-10 04:20) ach
Line 1: Line 1:
 +====== 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 [[config:disableactions]] option in the recent stable release. Just disable the register action in the config manager like this:
 +
 +{{wiki:faq:disable_register.png}}
 +----
 +If your configuration is read-only to the user running your webserver, you may edit your configuration directly: 
 +<code php>
 +$conf['disableactions'] = 'register';
 +</code>
 +to disable open user registration.
 +
 +You might also consider [[:faq:userapproval|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