To force users to log in with uppercase character, you only need to modify one line of code of the web site:

  1. Find the following file on the IFS:
/www/rjsweb/htdocs/rjsimage/imglogin.html
  1. Replace rjsweb in the path above to the name of your HTTP server.
     
  2. Copy this file to your PC.
     
  3. In a text editor, add this line of code:
onblur="this.value=this.value.toUpperCase()"
  1. Rename the original imglogin.html file on the IFS to something else (perhaps imglogin.html.bak). Then copy the modified version of the file back to the IFS.

OLD Code:

  Username:           
 
NEW Code:
  Username:           
 
Still have questions? We can help. Submit a case to technical support

Last Modified On:
You don't have the appropriate permissions.
No, open a new Support Case