﻿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
25053	"Admin: Password help_text only uses ""safe"" filter when adding a user"	Adam	nobody	"The ""admin/auth/user/add_form.html"" template extends ""admin/change_form.html"", which uses ""admin/includes/fieldset.html"", which displays help_text using the ""safe"" filter:

{{ field.field.help_text|safe }}

The ""admin/auth/user/change_password.html"" template, on the other hand, displays help_text without using the ""safe"" filter:

{{ form.password1.help_text }}
{{ form.password2.help_text }}

Same with the ""registration/password_change_form.html"" template:

{{ form.new_password1.help_text }}
{{ form.new_password2.help_text }}

Thus, if either password field has help_text with HTML, it will only display correctly when adding a user.

I will be submitting a pull request soon."	Bug	closed	contrib.admin	1.8	Normal	fixed	password help_text safe		Ready for checkin	1	0	0	0	1	0
