mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
939e031760
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. |
||
---|---|---|
.. | ||
api | ||
customisation | ||
documents | ||
i18n | ||
images | ||
deploying.rst | ||
embeds.rst | ||
index.rst | ||
jinja2.rst | ||
performance.rst | ||
privacy.rst | ||
settings.rst | ||
testing.rst | ||
third_party_tutorials.rst |