Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Forgot Password Patterns or techniques? ¿pattern names?

I friend of mine just posted on Buzz a question:

When you hit "Forgot your password" in most of the pages, they will send you an email with a link (most of the time it will expire after sometime) to reset your pass. In most cases that link includes something like a UUID. Is there a name for this technique? Making an expirable url / link? The way I will do this is just generating a UUID, or something simpler and doing all the expire stuff programmatically. I'm wondering if there is a name for this kind of technique?

After reading his question, I'm now curious about the same, this technique already got a name, or better, it's already considered as a pattern for the global community?

like image 764
Garis M Suero Avatar asked Sep 05 '10 00:09

Garis M Suero


1 Answers

You can call this Self-service password reset with authentication token.


Resources :

  • www.goodsecurityquestions.com
like image 128
Colin Hebert Avatar answered Oct 13 '22 11:10

Colin Hebert