pda-mit / PDA-Website

Official PDA-MIT Website Building Repo
MIT License
5 stars 28 forks source link

Backend #58

Closed PRUTHIEV closed 2 years ago

PRUTHIEV commented 2 years ago

Module worked on :

My Work :

Forgot password feature is implemented along with login From the forgot password page the user is redirected to the login page

Created an ejs file named user.ejs that displays the welcome message when the user successfully logins / signups Created a mail.js file that sends the mail with body of the mail and reset password link to be attached Created a config.env file that stores the environmental variables line DataBase Connection String , DataBase Password and port number etc