﻿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
19868	Custom User Models documentation	arrantsquid@…	nobody	"The documentation for creating a custom user model uses the ReadOnlyPasswordHashField in the documentation. The problem with this is that it disallows users to actually change the password when they're using that field by itself. It should be changed to the following:   

{{{
password = ReadOnlyPasswordHashField(label=_(""Password""),
    help_text=_(""Raw passwords are not stored, so there is no way to see ""
                ""this user's password, but you can change the password ""
                ""using <a href=\""password/\"">this form</a>.""))
}}}

https://docs.djangoproject.com/en/dev/topics/auth/customizing/#a-full-example"	Uncategorized	closed	Documentation	1.5-rc-1	Normal	fixed	documentation		Accepted	0	0	0	0	1	0
