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

🐛 Bug Report: No Verification on User Registration #115

Closed
amitb0ra opened this issue Oct 19, 2024 · 1 comment
Closed

🐛 Bug Report: No Verification on User Registration #115

amitb0ra opened this issue Oct 19, 2024 · 1 comment

Comments

@amitb0ra
Copy link
Contributor

Describe the bug.

The application currently allows users to register using any email address without verifying its authenticity. This can lead to the creation of accounts with fake or invalid email addresses, posing a security risk and undermining the integrity of the user system.

Explain bug encounter!

When users register for an account, there is no verification step to confirm whether the email address provided is valid. As a result, any email address, including non-existent or improperly formatted ones, can be used to create an account.

Steps to Reproduce the Behavior

  1. Go to the Registration Page:

    • Navigate to the user registration form on the website or app.
  2. Enter Any Email Address:

    • Input any email address, even if it's fake or improperly formatted (e.g., "[email protected]").
  3. Submit the Form:

    • Complete the registration by submitting the form.
  4. Account Creation Without Verification:

    • Observe that the account is successfully created without any email verification process, allowing login using the unverified email address.

Expected behavior.

  • Upon registration, users should receive a verification email to confirm the validity of their provided email address.
  • The account should only be activated after successful verification, ensuring that all registered users have a valid and confirmed email.

Screenshot.

image

Please assign this issue to me for Hacktoberfest and GSoC-ext

Copy link

✅ This issue has been successfully closed. Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀

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

No branches or pull requests

2 participants