﻿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
26587	SetPasswordForm help_text is not being translated (password_validators)	William Buick	nobody	"I have noticed that the help text on the change password form is not being translated at all. The following line is causing the problem. This is in use in several places in forms.py in the auth app.

{{{
help_text=password_validation.password_validators_help_text_html()
}}}

It seems that the help_text is being executed once at django startup and would translate the string into whichever language django was configured to use at the time the files are first parsed. I'm not sure of the best way to solve this but some sort of lazy execution would be required."	Bug	closed	Internationalization	1.9	Normal	duplicate			Unreviewed	0	0	0	0	0	0
