mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the reset password link with a button.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
This commit is contained in:
@@ -57,6 +57,12 @@ Minor features
|
||||
:func:`~.django.contrib.auth.decorators.user_passes_test` decorators now
|
||||
support wrapping asynchronous view functions.
|
||||
|
||||
* ``ReadOnlyPasswordHashWidget`` now includes a button to reset the user's
|
||||
password, which replaces the link previously embedded in the
|
||||
``ReadOnlyPasswordHashField``'s help text, improving the overall
|
||||
accessibility of the
|
||||
:class:`~django.contrib.auth.forms.UserChangeForm`.
|
||||
|
||||
:mod:`django.contrib.contenttypes`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user