This was posted in the archives...
 
Edit the login.jsp and add the onChange action to the username field.This way 
the moment they get off the field it will upper case for themon the screen. 
<input type="text" NAME="username" id="username-id" 
maxlength="30"value="<%=name%>" class="Login" size="20" 
onChange="javascript:this.value =this.value.toUpperCase();"> If you want to 
lower case it use "toLowerCase" instead of "toUpperCase".

Date: Wed, 9 Jul 2008 15:16:22 -0400From: [EMAIL PROTECTED]: Convert upper case 
to lower case at loginTo: [EMAIL PROTECTED] 

Has anyone tweaked the Mid Tier login to convert the user name to all lower 
case? We have so many users with this problem. Why is the ID field case 
sensitive in the first place?
Brian Sokol Manager, Desktop Services Scholastic Inc. 557 Broadway NY, NY 10012 
(212) 343-6494 http://www.Scholastic.com __Platinum Sponsor: www.rmsportal.com 
ARSlist: "Where the Answers Are" html___
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to