Allow to disable login/password reset

This commit is contained in:
Raphael Michel
2016-06-06 22:58:17 +02:00
parent 87b7685cf9
commit a7647d8de2
4 changed files with 35 additions and 8 deletions

View File

@@ -51,6 +51,12 @@ Example::
``cookie_domain``
The cookie domain to be set. Defaults to ``None``.
``registration``
Enables or disables the registration of new admin users. Defaults to ``on``.
``password_reset``
Enables or disables password reset. Defaults to ``on``.
Locale settings
---------------