If I store a user’s password in the database using a one-way encryption scheme, how can I send the user their password if they request it? Well, I can't. All I could do is reset their password; however, then anyone with simply their username could request the password to be reset. Now, this wouldn't actually comprise any account, but it could be very annoying to the user who gets their password reset.
What are some possible solutions to this issue?
Thank you.
What are some possible solutions to this issue?
Thank you.