Turn off autocapitalization on user registration
-
I’m just digging into this plugin, and I’m so far very thankful to @modemlooper for developing it, and for the chance to learn more about BP in general.
To my point: I was receiving complaints from users unable to register because their smarter-than-the-user iPhones were automatically capitalizing the first letter of the username (a BP no-no).
I discovered, thanks to gerben at StackOverflow (http://stackoverflow.com/questions/6356074/iphone-browser-defaulting-to-uppercase-for-first-letter-of-password-fields) that a simple fix is possible:
In ../buddypress-mobile/themes/default/registration/register.php, line 30 add autocapitalize=”off so that it reads:
‘<input type="text" name="signup_username" id="signup_username" autocapitalize="off" value="” />’
Couldn’t see this fix anywhere, so I thought I’d share.
Rob.
You must be logged in to reply to this topic.