Enabling Direct Login
To be able to use any of the methods of direct login, direct login must be enabled in the iProcess Workspace (Browser).
To enable direct login:
| 1. | Open the ClientInstallDir\JSXAPPS\ipc\config.xml file with an editor. |
| 2. | Locate the Login record in the config.xml file: |
<record jsxid="Login" type="ipc" useRemember="true" allowDirectLogin="false"/>
| 3. | Modify the allowDirectLogin attribute as follows: |
| — | “true” enables the use of the methods of direct login listed on Direct Login. |
| — | “false” disables direct login. |