Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28097 closed Bug (fixed)

Incorrect layout of ReadOnlyPasswordHashWidget widget in user admin

Reported by: Claude Paroz Owned by: Tim Graham
Component: contrib.auth Version: 1.11
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

With the new template-based widget rendering, the admin password widget display is a bit awkward. See attached screenshot. Also, I'm not sure if the the nesting of divs is wanted.

Attachments (1)

admin_password_widget.png (12.8 KB ) - added by Claude Paroz 7 years ago.

Download all attachments as: .zip

Change History (7)

by Claude Paroz, 7 years ago

Attachment: admin_password_widget.png added

comment:1 by Aymeric Augustin, 7 years ago

This looks like a regression to me.

comment:2 by Tim Graham, 7 years ago

Component: contrib.admincontrib.auth
Owner: changed from nobody to Tim Graham
Status: newassigned
Summary: Strange layout of password widget in user adminIncorrect layout of ReadOnlyPasswordHashWidget widget in user admin
Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham, 7 years ago

Has patch: set

comment:4 by Claude Paroz, 7 years ago

Triage Stage: AcceptedReady for checkin

Thanks for the fix!

comment:5 by GitHub <noreply@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In dff559f:

Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.

comment:6 by Tim Graham <timograham@…>, 7 years ago

In cf1e682:

[1.11.x] Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.

Backport of dff559ff83a6aac14de0bbca58101786edf4195f from master

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