If you find that you cannot log into the GUI for your Atomic OSSEC HUB, go to your CLI and run:
/var/awp/bin/awp-user -addFollow the prompts and enter the username you are trying to log into, one of which is a password reset.
You can also reset email and administrative status from this prompt. See below as an example:
[root@rocky8-hub ~]# /var/awp/bin/awp-user -add
Username: cponton
User already exists. Modify? [y|n]: y
Change email? [y|n]: n
Change password? [y|n]: y
Password:
Confirm password:
Change group? (current 'Default Administrator') [y|n]: n
User updated.You can also run without the -add flag to see what options are available to you
[root@rocky8-hub ~]# /var/awp/bin/awp-user
Usage of /var/awp/bin/awp-user:
-add
Add a user.
-h Display help.
-help
Display help.
-l List users.
-list
List users.
-modify
Modify a user.
-remove
Remove a user.