Opened 7 years ago

Closed 7 years ago

#27393 closed Cleanup/optimization (fixed)

Admin: input boxes on password reset forms are not aligned

Reported by: Michiel Beijen Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: mb@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by Michiel Beijen)

The password reset and enter new password form input boxes are not aligned.
This contrary to the password change form, see attachments.

I created a PR for this, with screen shots of before and after:
https://github.com/django/django/pull/7438

Attachments (5)

django-password-reset.png (70.4 KB ) - added by Michiel Beijen 7 years ago.
Existing password reset screen
django-enter-new-password.png (79.0 KB ) - added by Michiel Beijen 7 years ago.
Existing enter new password dialog
django-password-change.png (120.2 KB ) - added by Michiel Beijen 7 years ago.
Existing password change screen (looks good)
django-password-reset-new.png (72.7 KB ) - added by Michiel Beijen 7 years ago.
New password reset screen
django-enter-new-password-new.png (83.5 KB ) - added by Michiel Beijen 7 years ago.
New enter new password dialog

Download all attachments as: .zip

Change History (9)

by Michiel Beijen, 7 years ago

Attachment: django-password-reset.png added

Existing password reset screen

by Michiel Beijen, 7 years ago

Existing enter new password dialog

by Michiel Beijen, 7 years ago

Attachment: django-password-change.png added

Existing password change screen (looks good)

by Michiel Beijen, 7 years ago

New password reset screen

by Michiel Beijen, 7 years ago

New enter new password dialog

comment:1 by Michiel Beijen, 7 years ago

Cc: mb@… added
Description: modified (diff)

comment:2 by Tim Graham, 7 years ago

Triage Stage: UnreviewedAccepted
Type: BugCleanup/optimization

comment:3 by Matthias Kestenholz, 7 years ago

Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: newclosed

In 36429352:

Fixed #27393 -- Aligned input boxes in admin password reset forms.

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