From d0806ad8e5ab6b701715c317f46f2a13e1974b9a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 7 Feb 2023 18:57:48 +0100 Subject: [PATCH] check_process: fix password not strong enough --- check_process | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index ce20d74..eaacffd 100644 --- a/check_process +++ b/check_process @@ -5,7 +5,7 @@ admin="john" language="fr" is_public=1 - password="strongpassword" + password="someSuperStrongPassword1234" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -24,5 +24,5 @@ Notification=none ;;; Upgrade options ; commit=620065d7dcf5584b22222a7f32505575c460c2c9 name=Merge pull request #31 from YunoHost-Apps/testing - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=someSuperStrongPassword1234&port=666&