-
Notifications
You must be signed in to change notification settings - Fork 396
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
OTP Verification not working on Sign Up Page #571
Comments
can you be a little more specific please. What exactly about the OTP feature is not working as expected? |
https://qazimaazarshad.github.io/Movie-Streaming-Website/signup.html Actual Behavior: When the user enters the correct details and hits the Sign Up button, nothing happens. Expected Behavior: As soon as the user clicks the Sign Up button, a pop-up should appear "An OTP has been sent to your registered email ID, please enter the OTP", and a new input field to submit the OTP should appear below the sign-up form. When the user enters the correct OTP, the user should be redirected to the quiz.html page. This OTP feature is already implemented and was working when I last checked but now it appears there is a bug in the feature. |
ok you can assign this to me. and is it okay if i use some other techniques for sending the otp verification? |
also if you're using your actual password here i suggest you to change it because it's pretty much public now. Instead you can create a .env file or use github secrets for this |
Go ahead. |
No, it's just a dummy email, I am not using it. |
On the signup.html page, there is a feature in place where, upon entering the correct details, an OTP should be sent to the user's provided email. The user is then required to verify this OTP before being redirected to the quiz.html page. However, it seems that this OTP feature is not functioning correctly, and there may be an issue related to Gmail.
Feel free to create a new email address, possibly through a service like "[email protected]" or similar, in case there are any issues with Gmail.
Actual Behavior: When the user enters the correct details and hits the Sign Up button, nothing happens.
Expected Behavior: As soon as the user clicks the Sign Up button, a pop-up should appear "An OTP has been sent to your registered email ID, please enter the OTP", and a new input field to submit the OTP should appear below the sign-up form. When the user enters the correct OTP, the user should be redirected to the quiz.html page.
https://github.com/QAZIMAAZARSHAD/Movie-Streaming-Website/blob/master/Readme_assets/Singup_p.gif
The text was updated successfully, but these errors were encountered: