Merge pull request #717 from wazuh/714-modify-password

Add Double Quote on password
This commit is contained in:
José Fernández Aguilera
2022-09-09 08:52:18 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ hosts:
url: "https://wazuh.master"
port: 55000
username: wazuh-wui
password: MyS3cr37P450r.*-
password: "MyS3cr37P450r.*-"
run_as: false

View File

@@ -3,5 +3,5 @@ hosts:
url: "https://wazuh.manager"
port: 55000
username: wazuh-wui
password: MyS3cr37P450r.*-
password: "MyS3cr37P450r.*-"
run_as: false