Tagged Questions
22
votes
6answers
2k views
Forgot Password: what is the best method of implementing a forgot password function?
I'm wondering what the best method is for creating a forgot password function on a website. I have seen quite a few out there, here are a few or combination of:
passphrase question / answer (1 or ...
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 ...
1
vote
2answers
118 views
What type of security should I use if I wish to have a Forgotton Password ability on our website? AES?
unfortunately, we've been requested to offer our users the ability to get an email sent to their registered account, their password .. if they have forgotten their password.
"Click here if you have ...
1
vote
2answers
127 views
Features of reset password functionality (one-click, one-use, 24 hours, ???)
We're setting up a feature to enable users to reset their password when they can't get access ot their account. We ask for their email address (which they use for logging into the site), send them an ...
1
vote
1answer
203 views
What approach could/should I take to change a password bearing in mind the requirements I have to follow?
I need to provide functionality to reset a users password on our asp.net web site.
For this to be accomplished the user must provide the email address they registered with and the functionality ...
1
vote
3answers
427 views
Validating User Oracle Passwords for Reset application
This is a mix of programming and sysadmin but I decided its more of a programming issue.
Currently working building a password management web application for managing Oracle user accounts (C#).
The ...
1
vote
9answers
530 views
Should I provide lost credentials to users via a direct message on Twitter?
Is it better (more convenient or secure) to provide users with a lost username or password via direct message on Twitter rather than via email?
0
votes
2answers
85 views
How can I create, and consume a pseudo-random password?
I have an Android app that I allow users to have a password in and "lock" the app so their friends can't look inside without their password. It doesn't use a web service or anything, and the password ...
0
votes
3answers
169 views
change password code error
I've created a code to change a password. Now it seem contain an error.
When before I fill in the form to change password.the error is:
Warning: Cannot modify header
information - headers ...