﻿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
26544	SetPasswordForm help_text always uses LANGUAGE_CODE as locale	Michael Bitzi	nobody	"The `SetPasswordForm` uses `help_text=password_validation.password_validators_help_text_html()`, however it will only translate to the `LANGUAGE_CODE` setting and not to the users language.

I am not very familiar with django internals, but a workaround of `help_text=lazy(password_validation.password_validators_help_text_html)` seemed to work for me."	Bug	closed	contrib.auth	1.9	Normal	fixed			Ready for checkin	1	0	0	0	0	0
