Enable Custom Login
To set up and configure a login page, you must enable custom
login.
Procedure
Set the custom-auth parameter
setting to true in the system.xml file located on the server where
the Presentation Service is installed, for example, <installation_location>/templates/ps
directory. Set the parameter as follows:
<param name="custom-auth"> <logon enabled="true"> <base-template-name>myGateway1Template</base-template-name> </logon> </param>
The parameter, base-template-name, names the customizing template used at run time, where the file extension is expected to be .xhtml.
