From 1a27b9dc0521579bcb95bc7e33287f6476284101 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 16 Jun 2020 16:41:34 +0200 Subject: [PATCH] Password are enforced to be >= 8 chars now --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0eb05c2..0d36ab0 100644 --- a/manifest.json +++ b/manifest.json @@ -57,8 +57,8 @@ "type": "password", "optional": true, "ask": { - "en": "Set the password for the SFTP access. ≥ 5 character", - "fr": "Définissez le mot de passe pour l'accès SFTP. ≥ cinq charactères" + "en": "Set the password for the SFTP access.", + "fr": "Définissez le mot de passe pour l'accès SFTP." }, "example": "myreallystrengthpassword" },