!--a11y-->
Changing
the Logon Screen 
For a customized logon screen, an iView has to be implemented. This section describes, which fields have to be defined in the user interface and how to set the properties for the iView.
For more details about creating an iView and JSP refer to the PDK.
The customized login screen has to follow certain rules in naming the form and input fields.
The input field for the user name must have the name j_user.
· The input field for the password must have the name j_password.
· The hidden input field login_submit has to be set to true (=1) to tell the portal that a logon takes place.
To use another authscheme than default, the customized authscheme, that refers to the name in the authschemes.xml file, has to be provided in the hidden input field j_authscheme.
Example of the standard logon page, using the default authscheme:
<FORM name="logonForm" method="post" action=" /irj/servlet/prt/portal |