Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#18761 closed enhancement (fixed)

wp-login form user_email

Reported by: scottconnerly's profile scottconnerly Owned by: nacin's profile nacin
Milestone: 3.3 Priority: normal
Severity: normal Version: 3.2.1
Component: Users Keywords: needs-patch
Focuses: Cc:

Description

The registerform in wp-login should utilize the new HTML5 field type of "email" for the user_email input.

Use case is for mobile devices that display contextual keyboards based on the desired input.
Eg: http://developer.apple.com/library/safari/#codinghowtos/Mobile/UserExperience/_index.html

Change History (3)

#1 @ocean90
13 years ago

Related: #17863

#2 @nacin
13 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [18763]:

Use input type=email on wp-login registration. props scottconnerly, fixes #18761.

#3 @nacin
13 years ago

  • Milestone changed from Awaiting Review to 3.3

wp-signup.php is too much of a mess for me to want to change that here.

Note: See TracTickets for help on using tickets.