Monday, August 31, 2015

passwort reset next url

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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.

No comments:

Post a Comment