Opened 10 months ago

Closed 5 months ago

#34977 closed Cleanup/optimization (fixed)

Turn link to change password form in admin user change form into a button

Reported by: Fabian Braun Owned by: Fabian Braun
Component: contrib.auth Version: dev
Severity: Normal Keywords: accessibility
Cc: Thibaud Colas, Tom Carrick, Sarah Abderemane Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description (last modified by Fabian Braun)

Currently, to change a user's password the admin user must got to the change user form, find the password field and click a link in its help text.

https://code.djangoproject.com/raw-attachment/ticket/34977/password-link.jpg

For better user guidance and accessibility, I suggest turning this link into a button:

https://code.djangoproject.com/raw-attachment/ticket/34977/password-button.png

As David Smith pointed out, links in help texts are not read by screen readers:

"Do not include links within hint text. While screen readers will read out the link text when describing the field, they will not tell users that the text is a link." (https://design-system.service.gov.uk/components/text-input/#hint-text).

I'll be happy to provide a patch.

Attachments (2)

password-link.jpg (96.0 KB ) - added by Fabian Braun 10 months ago.
Current link to change password form
password-button.png (55.5 KB ) - added by Fabian Braun 10 months ago.
Potential new change or (in this case) set password button.

Download all attachments as: .zip

Change History (18)

by Fabian Braun, 10 months ago

Attachment: password-link.jpg added

Current link to change password form

comment:1 by Fabian Braun, 10 months ago

Description: modified (diff)

by Fabian Braun, 10 months ago

Attachment: password-button.png added

Potential new change or (in this case) set password button.

comment:2 by Fabian Braun, 10 months ago

Description: modified (diff)

comment:3 by Fabian Braun, 10 months ago

Owner: changed from nobody to Fabian Braun
Status: newassigned

comment:4 by Fabian Braun, 10 months ago

Has patch: set

comment:5 by Fabian Braun, 10 months ago

Owner: changed from Fabian Braun to Fabian Braun

comment:6 by Mariusz Felisiak, 10 months ago

Keywords: accessibility added
Triage Stage: UnreviewedAccepted

comment:7 by Natalia Bidart, 8 months ago

I added some review comments proposing a slightly different approach: instead of having either a link or a button *in* the help text, I would like that we separate the help text legend from the "convenience shortcut" to hint the admin user where they can act regarding the password.

I'd like the accessibility team's input, I attached a possible diff to the linked PR.

comment:8 by Natalia Bidart, 8 months ago

Cc: Thibaud Colas Tom Carrick Sarah Abderemane added

comment:9 by Abhii67534, 8 months ago

I would like to work on this issue :)

in reply to:  9 comment:10 by Natalia Bidart, 8 months ago

Replying to Abhii67534:

I would like to work on this issue :)

Thank you for your interest in helping, but there is already a submitted PR solving this issue, we are just waiting on some specific feedback.

comment:11 by Natalia Bidart, 6 months ago

Patch needs improvement: set

Setting as patch needs improvement until conflicts are solved and the PR is reviewable again.

comment:12 by Fabian Braun, 6 months ago

Patch needs improvement: unset

comment:13 by Natalia Bidart, 6 months ago

Needs documentation: set
Patch needs improvement: set
Version: 4.2dev

comment:14 by Fabian Braun, 5 months ago

Needs documentation: unset
Patch needs improvement: unset

comment:15 by Natalia Bidart, 5 months ago

Triage Stage: AcceptedReady for checkin

comment:16 by Natalia <124304+nessita@…>, 5 months ago

Resolution: fixed
Status: assignedclosed

In 944745af:

Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the reset password link with a button.

Co-authored-by: Natalia <124304+nessita@…>

Note: See TracTickets for help on using tickets.
Back to Top