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
faq:regdisable [2015-10-26 13:07] – old revision restored (2012-03-10 04:20) achfaq:regdisable [2017-10-28 10:54] (current) Aleksandr
Line 3: Line 3:
 :?: How can I prevent visitors on the wiki to register themselves?  :?: How can I prevent visitors on the wiki to register themselves? 
  
-:!: This was previously done through a config option named "openregisterand was replaced by the general [[config:disableactions]] option in the recent stable release. Just disable the register action in the config manager like this:+:!: 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 }}
  
-{{wiki:faq:disable_register.png}} 
 ---- ----
-If your configuration is read-only to the user running your webserver, you may edit your configuration directly: + 
 +If your configuration is read-only to the user running your web-server, you may edit your configuration directly:  
 <code php> <code php>
 $conf['disableactions'] = 'register'; $conf['disableactions'] = 'register';
 </code> </code>
 +
 to disable open user registration. to disable open user registration.
  
 You might also consider [[:faq:userapproval|allowing open registration, but making new users powerless until approved]]. 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