[wp-trac] [WordPress Trac] #36833: The username input in registration form (multisite) should have autocapitalize set to "none"
WordPress Trac
noreply at wordpress.org
Fri May 13 14:12:15 UTC 2016
#36833: The username input in registration form (multisite) should have
autocapitalize set to "none"
---------------------------------+-----------------------------
Reporter: christinecooper | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.5.2
Severity: normal | Keywords:
Focuses: template, multisite |
---------------------------------+-----------------------------
When a user creates an account on a multisite network environment using
iOS, it will automatically transform the first letter into capital.
And once the user clicks the register button, they are greeted with the
lovely message of "your username cannot contain capital letters".
This can be addressed easily by adding
{{{
autocapitalize="none"
}}}
to the input field.
I would also suggest adding autocorrect="off"... Read more here:
http://stackoverflow.com/questions/6356074/iphone-browser-defaulting-to-
uppercase-for-first-letter-of-password-fields
You should add this attribute to all input fields essentially.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36833>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list