Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#14417 closed defect (bug) (duplicate)

wp_create_user throwing exceptions for empty emaild address

Reported by: umairjabbar's profile umair.jabbar 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)

#1 @nacin
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

#14767.

Email addresses should not be optional.

Note: See TracTickets for help on using tickets.