-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement Email Verification during User Registration #23
Labels
backend
Changes that affect the backend
critical
Must be addressed as soon as possible, affecting live functionality
development
Still in the development phase
enhancement
New feature or request
Milestone
Comments
StefanPenchev05
added
enhancement
New feature or request
development
Still in the development phase
backend
Changes that affect the backend
critical
Must be addressed as soon as possible, affecting live functionality
labels
Mar 6, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 6, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 6, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 6, 2024
They may be a room for improvements in |
StefanPenchev05
added a commit
that referenced
this issue
Mar 6, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 6, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 6, 2024
…verification. Modifed emmailService.js for seding emails (#23)
Tomorrow will make:
|
StefanPenchev05
added a commit
that referenced
this issue
Mar 7, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 7, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 7, 2024
… for user and then save his temp data (#23)
Things to do tomorrow
|
StefanPenchev05
added a commit
that referenced
this issue
Mar 8, 2024
github-project-automation
bot
moved this from In Progress
to Done
in @StefanPenchev05's MyClothesV2 project
Mar 8, 2024
StefanPenchev05
moved this from Done
to In Progress
in @StefanPenchev05's MyClothesV2 project
Mar 8, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 10, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 10, 2024
StefanPenchev05
added a commit
that referenced
this issue
Mar 11, 2024
… when it is verified the server to send to him message with verified #23
StefanPenchev05
moved this from In Progress
to Done
in @StefanPenchev05's MyClothesV2 project
Mar 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
Changes that affect the backend
critical
Must be addressed as soon as possible, affecting live functionality
development
Still in the development phase
enhancement
New feature or request
As part of our user registration process, we need to implement an email verification step to ensure that users provide a valid email address and that they have access to it.
Tasks:
Acceptance Criteria:
A user should not be able to complete registration without verifying their email.
A user should receive a clear message if their verification link is invalid or expired.
The system should handle the scenario where the email sending fails.
Estimated Time:
Dependencies:
The text was updated successfully, but these errors were encountered: