Add docs on how to disable user registration, see #438

This commit is contained in:
Fabian Weisshaar 2019-12-27 14:32:09 +01:00
parent 300e650261
commit daac6aeaee

View File

@ -227,6 +227,11 @@ To make nsupdate.info (Django) use PostgreSQL, put this into YOUR settings::
Now proceed with manage migrate as shown above.
Disable User Registration
-------------------------
If you want to disable user registration, put this into YOUR settings::
REGISTRATION_OPEN = False
Customization of the Web UI
===========================