Resets user encryption key/account. After using it all user data and host have been deleted. To use this user account again it is required to initialize new encryption key.
Command:
java -jar cli.jar resetaccount --no-confirm
Example:
java -jar opero-commandline.jar resetaccount --login=Natalia2 --password=zaq12wsx --server=http://192.168.0.199:45558 --no-confirm
If you have a configuration file in user's home directory, you do not need to enter the parameters: login, password, server:
java -jar opero-commandline.jar resetaccount --no-confirm
If you have a configuration file in a different directory than the user's home directory, then you have to enter the parameter: config, e.g.
java -jar opero-commandline.jar resetaccount --config=D:\CLI.conf --no-confirm
Argument | Description |
[--no-confirm] | Action will not need confirmation. |