From 7d79f44167f71fddeca22ab623e5e2150aa593ca Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 8 May 2017 11:04:40 +0200 Subject: [PATCH] [fix] Warning password to 7 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 85d11b1..7d060fd 100644 --- a/scripts/install +++ b/scripts/install @@ -35,7 +35,7 @@ ynh_app_setting_set $app pass $admin_pass ynh_app_setting_set $app language $language [[ ${#admin_pass} -gt 7 ]] || ynh_die \ -"The password is too weak, it must be longer than 8 characters" +"The password is too weak, it must be longer than 7 characters" # Create user unix sudo adduser $app --home /opt/$app --gecos "First Last,RoomNumber,WorkPhone,HomePhone" --disabled-password --disabled-login