Document password management settings

pull/1932/head
John Draper 2015-06-14 21:26:54 -04:00 zatwierdzone przez Matt Westcott
rodzic 78ad3272b3
commit 673ea92ee2
1 zmienionych plików z 18 dodań i 0 usunięć

Wyświetl plik

@ -207,6 +207,24 @@ Images
This setting lets you provide your own image model for use in Wagtail, which might extend the built-in ``AbstractImage`` class or replace it entirely.
Password Management
-------------------
.. code-block:: python
WAGTAIL_PASSWORD_MANAGEMENT_ENABLED = True
This allows users to change their passwords.
.. code-block:: python
WAGTAIL_PASSWORD_RESET_ENABLED = True
This allows users to reset their passwords.
Email Notifications
-------------------