14
votes
15answers
851 views
What is the best “forgot my password” method?
I'm programming a community website.
I want to build a "forgot my password" feature.
Looking around at different sites, I've found they employ one of three options:
send the us …
1
vote
4answers
189 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 usernam …
0
votes
6answers
246 views
Problem when password resetting in ASP.NET
Hi every one!
I am developing an app which I should design a page for users who forget passwords and send email to them the new passwords. I am using ASP.NET Membership and passwo …
1
vote
9answers
330 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
3answers
145 views
How to access Safe Mode without Administration password [closed]
Dell Inspiron-XP Professional attacked by that stupid "warning!Your computer being attacked by virus" - Now I can not access anything on my desktop, nor download anything like viru …
0
votes
2answers
559 views
How to not use ASP.Net Membership Security Question and Answer for custom password recovery?
Hi,
I don't want to have the security question and answer feature that ASP.Net Membership Provider gives, but I DO want to enable a lost/forgotten password page.
This page would b …
1
vote
1answer
719 views
How to generate random password, or temporary URL, for resetting password in Zend Framework?
I have a basic authentication process that uses Zend_Auth_Adapter_DbTable. I have login and logout actions on my Authentication Controller. Now I want to create a function to reset …
4
votes
5answers
312 views
Why is challenge-response approach a poor solution for forgotten passwords?
My company is developing an online HR and Payroll application where securing access is critical. I'm clear on how to lock down most of the authentication/authorization processes, …
6
votes
6answers
580 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 questi …
