From 944745afe2ec45aed30cef799c250107f1364ca7 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Mon, 11 Mar 2024 16:24:02 +0100 Subject: 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> --- docs/releases/5.1.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3