Thursday, October 24, 2019

Re: Expire Password Reset Link

I use django.core.signing.Signer...usually i store identifiers and a timestamp which will be checked upon a request. You should check it out!

On Wednesday, October 23, 2019 at 3:06:17 PM UTC+2, prabhakaran karthikeyan wrote:
If an user requests a password reset link, clicking on it will make the link expirable. Suppose, user requests more than one link mistakenly, just need to expire the first link . The user should get reset form only from recent link. Any help is appreciated. Thank You.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f9fdc6d7-4489-4232-a9d0-e91036c2d05e%40googlegroups.com.

No comments:

Post a Comment