Docs: Fix default of registration flag

This commit is contained in:
Raphael Michel
2023-10-25 09:35:20 +02:00
parent 6267767ce7
commit 0642dcb7ba

View File

@@ -75,7 +75,7 @@ Example::
The cookie domain to be set. Defaults to ``None``.
``registration``
Enables or disables the registration of new admin users. Defaults to ``on``.
Enables or disables the registration of new admin users. Defaults to ``off``.
``password_reset``
Enables or disables password reset. Defaults to ``on``.