#8916: admin auth change password not working
-------------------------------------------+--------------------------------
          Reporter:  [EMAIL PROTECTED]        |         Owner:  nobody
            Status:  reopened              |     Milestone:        
         Component:  django.contrib.admin  |       Version:  1.0   
        Resolution:                        |      Keywords:        
             Stage:  Unreviewed            |     Has_patch:  0     
        Needs_docs:  0                     |   Needs_tests:  0     
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Comment (by kmtracey):

 For future reference please enclose traceback in triple braces (`{{{
 }}}`) so they format properly.

 Pity the original poster did not explain what was they did to cause this
 error, because you seem to have done the same thing.  Have you done
 something to customize the Admin handling for the User object?  Because
 the traceback shows you are calling into the !ModelAdmin `__call__`
 function in django/contrib/admin/options.py instead of the one for
 !UserAdmin in django/contrib/auth/admin.py.

 Really, this is not a bug in Django, this works out of the box.  You've
 done something with your config to cause this though I'm not sure exactly
 what.  It's really more properly pursued on django-users but it'd be nice
 to get a resolution noted in this ticket as to how users can cause this.
 So, please share more details of your config, particularly any
 admin.site.register calls you have.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8916#comment:6>
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 [email protected]
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