﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34677	Django Admin built-in password reset feature has UI issues	Yaniv Toledano	Priyank Panchal	"The documentation refers to adding password reset features to the admin site here: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#adding-a-password-reset-feature.

The resulting pages are, however, visually inconsistent with the rest of the admin.

Some examples:
1. Spacing is off.
2. No use of a `class=""submit-row"" ` css class which makes the button look off.
3. Header is hardcoded to ""Django administration"" even though the rest of the admin has a different branding (e.g., when set under `admin.site.site_header`, `admin.site.site_title`, etc.).
4. The issues can be resolved here https://github.com/django/django/tree/650ce967825aa192222391bfe3003c8d97e6f1d0/django/contrib/admin/templates/registration (specifically only the `password_reset_` templates).
"	Cleanup/optimization	closed	contrib.admin	4.2	Normal	fixed			Ready for checkin	1	0	0	0	1	1
