diff --git a/docs/admin.rst b/docs/admin.rst index 0f9945b..e33965f 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -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 ===========================