-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email confirmation & Forgot Password #8
Comments
Finished the backend and frontend, now user can:
issues (or the points not clear):
planned implementation:
|
About the feature "forget Password & reset it" I finish my version of the back end:
tomorrow we have to find out how we can go on and what for code we are going to use? |
I finished adding my code to Oguzhan code and I pushed it to GitHub.
next step |
ResetPassword & EmailConfirmation completed. |
changed promises to async await code at backend routes |
on local branch I adjusted 2 files. |
Fix PasswordReset component logic So far, it seems that feature is ready to go 🚀 |
1. Email Confirmation
User Story
As a user I want to ensure that I registered in the site with my correct email. So if the site wil send me an email then I can find it in my inbox mail. Imagine that I paid for something in the site and then the payment details sent to false mail adres. That is not useful.
As an admin user I want new users to confirm their emails so that I can be sure they are using real email accounts.
Plan for technical implementation
Frontend
Backend
2. Password Forgot and Reset
User Story
As a user, I want the ability to reset my password that I forget when I am asked for it so that I can access my account again
Plan for technical implementation
Frontend
Backend
The text was updated successfully, but these errors were encountered: