CREATE.USER, CREATE.ADMIN.USER |
|
|
The CREATE.USER and CREATE.ADMIN.USER commands creates a new user name in the register of users for security checks.
Format
CREATE.USER {username {account}} CREATE.ADMIN.USER {username {account}}
where
For the CREATE.USER command, the new user will not have administrator rights and all options controlling user rights will be disabled. The CREATE.ADMIN.USER command is identical except that the new user will have administrator rights. See the ADMIN.USER command for a more powerful method of managing user names.
On Windows USB and in user mode installations on Linux/Unix, the new QM user is created with no password. Either the PASSWORD command should be used to apply a password or the user should be encouraged to set a password on first login.
This command does not affect the underlying operating system user name database. If QM's security system is enabled (see the SECURITY command), users attempting to enter QM who do not appear in the user register will be rejected.
See also: ADMIN.USER, DELETE.USER, LIST.USERS, PASSWORD, SECURITY, Application Level Security |