From 18c9a46493d1feaced0c3d0547326c10f8e68e7e Mon Sep 17 00:00:00 2001 From: Moul Date: Sun, 11 Dec 2016 22:12:19 +0100 Subject: [PATCH] [enh] specifiy at password asking the number of need chars. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 26ff41b..9029301 100644 --- a/manifest.json +++ b/manifest.json @@ -44,8 +44,8 @@ "name": "password", "type": "password", "ask": { - "en": "Set the password for the SFTP access", - "fr": "Définissez le mot de passe pour l'accès SFTP" + "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" }, "example": "myreallystrengthpassword" },