From 252b1c742f80f331259fc1f372eabcda0dd292fb Mon Sep 17 00:00:00 2001 From: Guido Modarelli Date: Tue, 7 Jan 2025 09:04:13 -0300 Subject: [PATCH] Update password tool command to change all passwords --- source/installation-guide/wazuh-dashboard/step-by-step.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installation-guide/wazuh-dashboard/step-by-step.rst b/source/installation-guide/wazuh-dashboard/step-by-step.rst index dcf72e909d..0757b867be 100644 --- a/source/installation-guide/wazuh-dashboard/step-by-step.rst +++ b/source/installation-guide/wazuh-dashboard/step-by-step.rst @@ -183,7 +183,7 @@ Select your deployment type and follow the instructions to change the default pa .. code-block:: console # curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-passwords-tool.sh - # bash wazuh-passwords-tool.sh --admin-user wazuh --admin-password wazuh + # bash wazuh-passwords-tool.sh --change-all --admin-user wazuh --admin-password wazuh .. code-block:: console :class: output