Ipad auto-capitalization of username
McDermott, Michael
michael_mcdermott at brown.edu
Tue Aug 23 16:33:18 BST 2011
Hello List,
I haven't seen anything on the user list about this, but our Ipad/Iphone
users are complaining that "Shib" capitalizes their case sensitive username
when they login and wonder how to "fix" Shib.
Clearly this is a client issue, but the "fix" I've found is to add the html
element that directs clients not to auto capitalize.
In the login.jsp, change the input field from something like:
<input name="j_username" type="text" />
to
<input name="j_username" type="text" autocapitalize="off" />
I'm wondering if others are doing the same thing, and if there are
any problems with this approach. If not, then perhaps it could be added in
a future release of the IdP.
--
Michael J. McDermott
Lead Developer, Identity and Access Management
Brown University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20110823/eb559b7a/attachment.html
More information about the users
mailing list