"Account" refers to generic data field that can be filled with anything you wish. It is intended for studios that need to incorporate data that may not be needed by the backend for execution.
"User" refers to the actual owner of the job. If the Worker is operating in user mode, it will execute the job as that user.
If you wish to modify the user field in a job, you will first need to use the qbuser command line to grant impersonate privileges.
- Login as an admin user. You can see the admin users by running:
qbusers --list
The admin users have "a" set.
- Next, run the qbusers command to grant username impersonate privileges:
qbuser --add --impersonate username
For more information run
qbuser --help or consult the Qube Administration manual.