-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Report: Multiple Registrations with Same Email
Describe the bug
Users are able to register multiple accounts using the same email address. The system should prevent duplicate email registrations, but currently allows them.
To Reproduce
Steps to reproduce the behavior:
- Go to the registration page
- Register a new account with email "test@example.com"
- Log out
- Go to the registration page again
- Register another account using the same email "test@example.com"
- The system accepts the registration when it should reject it with a duplicate email error
Expected behavior
The system should detect that the email is already registered and display an error message preventing the second registration. Users should be directed to the password recovery option if they've forgotten their password.
Additional context
This issue represents a security risk as it:
- Creates confusion about which account is valid
- May allow bypassing of account controls
- Could create orphaned data in the system
- Breaks the assumption that email addresses uniquely identify users
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working