In a previous post, I explained how to switch your complete ARS instance to case insensitive. But, is it really complete? No. Definitely not. There are some hidden functionalities that remain case sensitive, like the login system.
To turn the Remedy login system to case insensitive is something impossible to achieve. For Remedy, the user names are case sensitive, and this can’t be changed. But there are some tricks to help users think that they are in front of a case insensitive user login. The easiest of all is to change the login.jsp page of the mid-tier, including some Javascript code to allways turn the captioning to upper case, and maintain an Upper Case strategy in login names. Also, using this, it is easy to adapt the function to deny the web access to some individuals, create aliases or corporate processing (like a domain remover, since some users used to type “contoso/barry” as a login name. … Read the complete post



























