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

Improve Signup Process with Email Verification and Page Redirection #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lokeshwar777
Copy link
Collaborator

Description

This PR introduces a secure email verification process during user signup and implements page redirection after successful verification. The key changes include:

  • Email Verification: Users now receive a verification email with a link that must be clicked to activate their account.
  • Page Redirection: Users are redirected to login page after the verification link is sent to their email instead of retaining them on the signup page.

Related Issue

This PR addresses the need for a secure verification process during user signup to enhance platform security and improve user trust.
Closes #151

Motivation and Context

The signup process previously lacked a secure verification step, leading to potential security vulnerabilities. Implementing email verification ensures that user accounts are authentic and verified, adding a layer of security and preventing unauthorized access. Page redirection to login page improves user experience by confirming the successful completion of the signup process.

How Has This Been Tested?

The changes have been tested locally by signing up with different email accounts, ensuring the verification email is sent and the account is activated only after clicking the link.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Secure Verification Process During User Signup
3 participants