#1487 closed defect (bug) (fixed)
registration doesn't check if the email address already exists
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.1.2 |
Component: | General | Keywords: | email bg|2nd-opinion bg|has-patch bg|squashed |
Focuses: | Cc: |
Description
The registration process doesn't check if the email address the user submitted has already been registered.
This doesn't cause imediate problems to WP, but:
1) some plugins are caused to post multiple emails to the same person (mass mail, etc)
2) programs which share user databases usualy depend on email uniqueness (gallery, etc)
This patch uses the existing code for checking if the username exists, so its not a big deal.
Attachments (3)
Change History (8)
#1
@
20 years ago
- Keywords bg|2nd-opinion bg|has-patch added
- Milestone set to 1.6
Seems like a good idea.
#2
@
20 years ago
I agree, seems reasonable.
I don't like "please choose another one" in the message though. Maybe replace 'choose' with 'use' or 'supply' ?
#3
@
19 years ago
- Keywords bg|squashed added; exists removed
- Owner changed from anonymous to skippy
- Status changed from new to assigned
added patch against 1.6 current snapshot.
Note: See
TracTickets for help on using
tickets.
Patch to check if email address already exists during registration