mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 20:44:53 +00:00
Document password management settings
This commit is contained in:
parent
78ad3272b3
commit
673ea92ee2
1 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue