Skip to content
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

added user email verification before sending email on forgot password page #478

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

AyushSharma72
Copy link
Contributor

@AyushSharma72 AyushSharma72 commented Oct 31, 2024

before there was no validation and email was sent to all the emails whoever fills the form
now i have added an api in the backend which checks if the user exist in the database if yes email is sent other not sent

issue number : #454

demo:
user exists:
Screenshot 2024-10-31 131851
then email is sent:
Screenshot (60)
user do not exists:
Screenshot (62)

also added loader while the request is made to the api:
image

please review this pr @samyakmaitre

Copy link

vercel bot commented Oct 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eventmint ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 8:05am

Copy link
Owner

@samyakmaitre samyakmaitre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code reviewed

@samyakmaitre samyakmaitre added gssoc-ext Under GSSOC'24 Extended hacktoberfest-accepted Hacktoberfest'24 level3 Under GSSOC'24 Extended labels Nov 2, 2024
@samyakmaitre
Copy link
Owner

Thank you for your contribution! The merge has been completed successfully, and the labels have been added. I appreciate your efforts, and don't forget to connect with me on GitHub!

Best regards,
Samyak

@samyakmaitre samyakmaitre merged commit ca452e6 into samyakmaitre:main Nov 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext Under GSSOC'24 Extended hacktoberfest-accepted Hacktoberfest'24 level3 Under GSSOC'24 Extended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants