How to configure autofill for logon credentials

This thread is about how to configure auto-fill for the logon credentials to save you some time instead of having to enter them each time.

To enable auto-filled input fields for username, PIN and password you need to define the variables cmd_user, cmd_pin and cmd_pw using your credentials in control/config.conf.

Example:

cmd_user="YourName"
cmd_pin="12345"
cmd_pw="YourPW"