#9656: Inherit user's password change link doesn't work
----------------------------------+-----------------------------------------
 Reporter:  syabro                |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  django.contrib.admin  |     Version:  1.0       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 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.]]]

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9656>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to