-
We should first ask the user to supply some details like personal details or ask a hint question. If the credentials supplied are correct, display the old password
-
We should first ask the user to supply some details like personal details or ask a hint question. If the credentials supplied are correct and the account is not disabled, display the old password
-
We should first ask the user to supply some details like personal details or ask a hint question. If the credentials supplied are correct and the account is not disabled, then we should send a mail to the users authorized mail id with a link which will t
-
We should first ask the user to supply some details like personal details or ask a hint question. If the credentials supplied are correct and the account is not disabled, display the new password
Displaying or sending a raw password (old or new) is insecure. The most secure design is to verify identity details and send a temporary reset link via email to the registered address. Distractors are unsafe because they expose existing passwords or generate new ones directly on screen.