Mojtabarezaei4 / Queueomatic

A queue system that can be used for educational purposes or for any other situations where prioritization of individuals is necessary.
https://queueomatic.azurewebsites.net/
MIT License
7 stars 2 forks source link

Reset password #128

Closed coldmagpie closed 1 year ago

coldmagpie commented 1 year ago

I'm added a reset password and a forget password endpoint.

When you clicking on "forget password" on login page, you'll need to input your registered email adress. Once the mail adress exists, a token will be automatically created and you'll recieve a mail with instructions about how to reset the password. Click the link below instructions, it takes you to reset password page. Enter your new password and the whole process are done!!!!!

OBS! The Mailsettings in appsettings should be hidden in another file after you got a real mail account, and it should not be pushed to github.