Opened 13 years ago
Closed 13 years ago
#14417 closed defect (bug) (duplicate)
wp_create_user throwing exceptions for empty emaild address
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | blocker | Version: | 3.0 |
Component: | Users | Keywords: | wp_create_user, empty email |
Focuses: | Cc: |
Description
wp_create_user in wp-includes/registration.php (line:306) throws an exception : This email address is already registered. If no email address is provided, but the function's documentation at http://codex.wordpress.org/Function_Reference/wp_create_user says that the email address is optional.
This used to work in 2.9.2, but is broken in 3.0 which is breaking one of my sites.
Change History (1)
Note: See
TracTickets for help on using
tickets.
#14767.
Email addresses should not be optional.