Tagged Questions

5
votes
1answer
671 views

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 ...
3
votes
4answers
2k views

Password reset by emailing temporary passwords

A group in my company is implementing a single-sign-on REST API for our applications. This authentication service has a password reset function. The application sends the username to the reset ...
2
votes
2answers
73 views

Designing login system for “lost email”

I am designing a website for a college oriented website and have some trouble designing the business logic behind the "forgot login" sequence. A user is registered through their college email so if ...
0
votes
2answers
129 views

How can i send password to user mail in grails?

I am new to grails,i have login form for my app for which i have not used spring-security-plugin..now i want to have a link in login form called forgot password which will retrieve it from data base ...
0
votes
2answers
317 views

Forgot password php prevent too many emails being sent

Currently my users can repeatedly send emails using forgot password link. How can I prevent people from spamming it. I already have a recaptcha.
0
votes
4answers
380 views

How to keep passwords safe when a “Forgot Password” function is available

A colleague and I are discussing how to implement "Lost Password" feature on our company's proprietary web application. We have already decided that to create an account there will be three required ...