Document password management settings

This commit is contained in:
John Draper 2015-06-14 21:26:54 -04:00 committed by Matt Westcott
parent 78ad3272b3
commit 673ea92ee2

View file

@ -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
-------------------