Modify your login.jsp file to add the onChange method to the username
field. 
 
Change it from:
    <input type="text" NAME="username" id="username-id" maxlength="30"
value="<%=name%>"    
      class="Login" size="20">

Chage it to:
     <input type="text" NAME="username" id="username-id" maxlength="30"
value="<%=name%>"    
       class="Login" size="20" onChange="javascript:this.value =
this.value.toUpperCase();">

Fred

________________________________

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Christopher Gillman
Sent: Thursday, January 25, 2007 2:16 PM
To: [email protected]
Subject: Forcing Web Logins to use Upper Case



Listers,

Here's hopefully an easy one... when customers are hitting the login.jsp
page to login to Remedy via Mid-Tier, is there any way to make the
"Username" field that they type their username into Force upper case?
Reason I ask is because all the usernames in the clients system are all
in Upper Case, and sometimes they forget that they have to type it in
all upper case. So rather than relying on them to remember that... is
there a parameter I can set in the login.jsp file that will force there
usernames to Upper Case? I know you use workflow in Remedy once they've
already logged in, to force UPPER CASE for various fields on forms... so
I was hoping I could do the same for the login.jsp page.

Thanks!

Chris

 

 


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to