KB Article #46372

Copilot: Automatic Logon

Problem

How to configure Copilot for Automatic Logon


Resolution

The file index.html from wwwroot of the copilot have to be changed as bellow:



     // fixed user name (makes username field not editable)
     array_push(parameters,"USERNAME","userautologin");



     // fixed user password (must start with a format specifier such as {B64} or {SHA} ; makes password field not editable)
     array_push(parameters,"USERPASSWORD","{CLR}passwordautologin");



Values to be replaced are "userautologin" and "passwordautologin" (use the chosen Copilot UserID and Password)