Managing vStor User Accounts

You can manage user accounts of your vStor instance using vStor Web Interface or vStor CLI to disable/enable user accounts and change the passwords.

Disabling user accounts using vStor Web Interface

  • Open the vStor Web Interface by connecting to https://<vStor_hostname_or_IP>:8900.

  • Log in as admin.

  • In the navigation menu, click on Users to display the list of all users.

  • Click More Actions (•••) and select Disable Account.

  • Confirm by clicking the Disable button.

Once a user account is disabled, it can be enabled by following the same steps.

Disabling user accounts using vStor CLI

To disable a user account using the vStor CLI, use the following command and specify the username of the account you want to disable:

vstor user disable --username <user>

Changing user account password using vStor Web Interface

  • Open the vStor Web Interface by connecting to https://<vStor_hostname_or_IP>:8900.

  • Log in as admin.

  • In the navigation menu, click on Users to display the list of all users.

  • Hover over the name of the user, click More Actions (•••) and select Change Password.

  • Enter the new password and click Save.

Changing user account password using vStor CLI

To change the user account password using the vStor CLI, use the following command and specify the username, old password, and new password:

vstor user change-password --username <username> --password <password> --new_password <new-password>

Last updated