Accounts
Web interface account management
Accounts for the web interface are managed via the command line tool:
Authorized Accounts
Authorized accounts are those with access to the web interface.
Listing Authorized Accounts
To list accounts with authorized access to the web interface, run the following command from a terminal:
This will list accounts with authorized access to the web interface:
Disabling an Account
To disable an account and prohibit access to the web interface, run the following command from a terminal:
e.g.:
The user will no longer have access to the web interface.
Password Change
To change a user's password, run the following command from a terminal:
e.g.:
Pending Accounts
When users register via the web interface, the newly created account is in a pending state. This prevents access to the web interface until the user is approved.
Listing Pending Accounts
To list pending accounts, run the following command from a terminal:
This will list accounts that are pending authorization to the web interface:
Authorize Pending Account
To authorize a pending account and enable access to the web interface, run the following command from a terminal:
e.g.:
The user will now have access to the web interface.
Last updated