On Wed, Feb 4, 2009 at 7:44 PM, Adam Yee <[email protected]> wrote: > > I'm experiencing Change password / Logout redirect errors while trying > to logout or change the password. > > The 404 messages show below: > Request Method: GET > Request URL: http://127.0.0.1/admin/admin/logout/ > > It's adding in an extra ^admin/ > > Same for Change password: > Request URL: http://127.0.0.1/admin/admin/password_change/ > > Is anyone else experiencing this? Where in the auth.views can I find > the issue?
Sound like: http://code.djangoproject.com/ticket/10061 There's a patch on that ticket you could try. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

