From fc6d639438d6c212f049ef0496888b7a98350994 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Jul 2021 11:27:50 +0200 Subject: [PATCH 1/2] hardened password --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index d07cb5e..a687cfa 100644 --- a/check_process +++ b/check_process @@ -10,7 +10,7 @@ admin="john" language="fr" is_public=1 - password="pass" + password="strong-password" port="666" ; Checks pkg_linter=1 From 83ad2ba24b6396a014cc4d188ca5193b15fab0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 6 Jul 2021 13:49:10 +0200 Subject: [PATCH 2/2] Update check_process Co-authored-by: yalh76 --- check_process | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/check_process b/check_process index a687cfa..fefa192 100644 --- a/check_process +++ b/check_process @@ -10,7 +10,7 @@ admin="john" language="fr" is_public=1 - password="strong-password" + password="1Strong-Password" port="666" ; Checks pkg_linter=1 @@ -32,4 +32,3 @@ Notification=none ; commit=CommitHash name=Name and date of the commit. manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& -