MichaelLMoser23 / CSCE-3444-Project

0 stars 0 forks source link

Password reset to email #4

Open MichaelLMoser23 opened 2 years ago

MichaelLMoser23 commented 2 years ago

When the user resets the password it currently sends the reset to the console and not to the users email.

MichaelLMoser23 commented 2 years ago

Right now when the user tries to reset their password the new password is just sent to the terminal. However, this needs to be changed where it gets sent to the users selected email address. This will make the password reset safer. This fix might be more complicated and take longer since it needs to automatically send an email to the user.