We do it in the login.jsp by adding onChange="javascript:this.value = this.value.toLowerCase();" to the input for the username just before the > that closes the input
As long as the data in the user form for the login name is in lower case the users will have to enter it in the User tool that way. We added a filter to the User form (and people form if you have it) on Submit,Modify,Merge to force the data into lowercase. Fred -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Doug Blair Sent: Wednesday, April 18, 2007 5:01 PM To: [email protected] Subject: Re: Lowercase question Dave, I just did this this afternoon! You can do this on the login.jsp page for web users. Modify the user name input field to include the following: style="text-transform:lowercase" I added this between where it says type="text" and the greater-than that closes the input. I don't know of any way to do this with the windows client.... Hope this helps! Doug ___ Doug Blair Remedy Skilled Professional doug<at>blairing<dot>com +1-224-558-5462 ...... Original Message ....... On Wed, 18 Apr 2007 13:25:39 -0500 "Drake,Dave" <[EMAIL PROTECTED]> wrote: >** > >Question on user's logging in. Has anyone come up with a good way to force a user to log in lowercase only? Thanks! > >ARS 7.0.1, SQL2K, Win2K3 servers > >Dave Drake | Remedy Administrator | Cerner Corporation - CernerWorks | 816-201-1823 | [EMAIL PROTECTED] | www.cerner.com _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

