0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/advanced_topics
Matt Westcott 939e031760 Fix passwordless user creation tests for Django 2.1 and clarify WAGTAILUSERS_PASSWORD_REQUIRED docs
The behaviour of `has_usable_password` has changed in Django 2.1, such that `None` is no longer considered a 'non-usable' password: https://docs.djangoproject.com/en/2.1/ref/contrib/auth/#django.contrib.auth.models.User.has_usable_password

As a consequence of the fix applied in Django https://code.djangoproject.com/ticket/28718 , Wagtail users created without a password will now be able to complete the password reset process to gain access to Wagtail. Sites that do not want this behaviour (e.g. because those users should be using an LDAP login instead) should disable password changes via WAGTAIL_PASSWORD_MANAGEMENT_ENABLED and WAGTAIL_PASSWORD_RESET_ENABLED.
2018-08-09 00:34:38 +01:00
..
api fix typos 2018-06-10 12:45:48 +10:00
customisation Added documentation for new JS/CSS media files association with Draftail feature definitions (#4627) 2018-06-17 00:13:38 +03:00
documents updated Django Docs Links to point to *docs.djangoproject.com/en/stable/* 2018-05-18 14:43:42 +01:00
i18n Change wagtailimages.Image on_delete CASCADE to SET_NULL in docs 2018-05-18 14:51:50 +01:00
images updated Django Docs Links to point to *docs.djangoproject.com/en/stable/* 2018-05-18 14:43:42 +01:00
deploying.rst Added Divio Cloud notes to documentation 2018-06-16 15:51:06 -04:00
embeds.rst Fix spelling mistakes in documentation 2018-04-05 12:13:05 +01:00
index.rst Adds docs for custom document models and get_document_model 2017-08-24 10:22:52 -07:00
jinja2.rst updated Django Docs Links to point to *docs.djangoproject.com/en/stable/* 2018-05-18 14:43:42 +01:00
performance.rst updated Django Docs Links to point to *docs.djangoproject.com/en/stable/* 2018-05-18 14:43:42 +01:00
privacy.rst add reference anchors 2018-06-10 12:45:48 +10:00
settings.rst Fix passwordless user creation tests for Django 2.1 and clarify WAGTAILUSERS_PASSWORD_REQUIRED docs 2018-08-09 00:34:38 +01:00
testing.rst Docs: How to create test fixtures for custom Page models 2018-05-15 14:50:24 +01:00
third_party_tutorials.rst Mention Awesome Wagtail on "third-party tutorials" page (#3419) 2017-03-02 12:00:38 +00:00