Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the help command in password management with the required options when trying to change the API user password #7412

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ All the available options to run the script are:
| | Requires -u|--user, and -p|--password, -au|--admin-user and -ap|--admin-password. |
+----------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| -au,--admin-user <adminUser> | Admin user for the Wazuh API. Required for changing the Wazuh API passwords. |
| | Requires -A|--api. |
+----------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| -ap, --admin-password <adminPassword> | Password for the Wazuh API admin user. Required for changing the Wazuh API passwords. |
| | Requires -A|--api. |
+----------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| -u / --user <user> | Indicates the name of the user whose password will be changed. |
| | If no password is specified, it will generate a random one. |
Expand Down
Loading