diff options
| author | Fabian Braun <fsbraun@gmx.de> | 2024-03-11 16:24:02 +0100 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-03-27 16:40:41 -0300 |
| commit | 944745afe2ec45aed30cef799c250107f1364ca7 (patch) | |
| tree | e36afac4ab8b65c1fb5e198a3cfbf13433fa62c0 /docs | |
| parent | d658a3162fbeb68d148d1b2fcf4da4fe1437eddb (diff) | |
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>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index fbb05d7548..a07f8942a5 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
