Hi, I have implemented my own password reset by overwriting the templates of django.contrib.auth If I go to the login page e.g. /login I usually have a GET parameter "next" where I want to be redirected after successful login. If I have forgotten my password, I would like to jump into the password reset process, but be able to use the next parameter after successful password reset and provide a link to /login?next=… to guide the user back to the login page in the sam manner, as before.
How can I do this? kind regards Hinnack -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e00ffaf5-2095-4c08-a9ab-eb3f0af8e332%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

