﻿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
9656	Inherit user's password change link doesn't work	Maxim Syabro	nobody	"I've created user:
[[[class WTUser(User):
	authtype = models.IntegerField('Authtype', blank=True, null=True, choices = AUTH_TYPES)
	objects = UserManager()]]]
In Admin site I've clicked on WTUser->create new. Instead of enetering login, password and password confirm I've got a big form with all fields.
Next when I click an link ""change password"" in WTUser edit form, which links to /admin/westtravel/wtuser/password/ and got
[[[Page not found (404)Request Method:	GET
Request URL:	http://127.0.0.1:8000/admin/westtravel/wtuser/password/


wt user object with primary key u'password' does not exist.]]]"		new	contrib.admin	1.0					Unreviewed	0	0	0	0	0	0
