You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Adding Forgot password functionality will increase the user experience as well as help user in case oh he/she forgot their password
Describe the solution you'd like.
1 ) Add 2 routes in backend
2 ) One route will take email address from user from frontend
3 ) Second route will generate token and that will be send to user via email
4 ) As soon as user click on that token it will redirect to set new password page to set new password
Is your feature request related to a problem? Please describe.
Adding Forgot password functionality will increase the user experience as well as help user in case oh he/she forgot their password
Describe the solution you'd like.
1 ) Add 2 routes in backend
2 ) One route will take email address from user from frontend
3 ) Second route will generate token and that will be send to user via email
4 ) As soon as user click on that token it will redirect to set new password page to set new password
Describe alternatives you've considered.
No response
Additional context.
User -> nodemailer as the package to send mail
Show us the magic with screenshots
Checklist
The text was updated successfully, but these errors were encountered: