0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/advanced_topics
Janne Alatalo dd0bb9a870 Add setting to disable email management
This commit adds WAGTAIL_EMAIL_MANAGEMENT_ENABLED setting that defaults
to True, but when disabled, hides the 'Change email' button in account
management view, and disables the associated route. This is useful when
using external authentication method like LDAP or OpenID Connect where
email management is handled elsewhere.

Wagtail already includes WAGTAIL_PASSWORD_MANAGEMENT_ENABLED setting.
This is almost exact copy of that implementation.
2019-09-04 10:25:35 +01:00
..
api ImageRenditionField returns a relative URL 2019-05-17 16:44:32 -07:00
customisation fix(docs/customization): Add models import to fix example (#5520) 2019-08-20 11:57:14 +01:00
documents Use intersphinx for Django references when possible. (#4896) 2018-11-14 11:48:32 +00:00
i18n Use intersphinx for Django references when possible. (#4896) 2018-11-14 11:48:32 +00:00
images Updated feature detection notes 2019-07-21 18:03:09 +10:00
deploying.rst Use intersphinx for Django references when possible. (#4896) 2018-11-14 11:48:32 +00:00
embeds.rst missing quotation, not that it matters 2018-09-13 13:00:57 +01:00
index.rst Adds docs for custom document models and get_document_model 2017-08-24 10:22:52 -07:00
jinja2.rst Use intersphinx for Django references when possible. (#4896) 2018-11-14 11:48:32 +00:00
performance.rst Update performance.rst 2019-05-01 12:58:22 +01:00
privacy.rst Fixed reference to LoginView in docs. (#4901) 2018-11-15 11:13:00 +00:00
settings.rst Add setting to disable email management 2019-09-04 10:25:35 +01:00
testing.rst Use intersphinx for Django references when possible. (#4896) 2018-11-14 11:48:32 +00:00
third_party_tutorials.rst Update third_party_tutorials.rst 2019-06-25 16:07:06 +01:00