From 7de3e36cab03dd8cf679bb31e4bf6da903cf4e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Garrigue?= Date: Fri, 21 Aug 2015 11:44:51 +0000 Subject: [PATCH] Password must be 6 chars long at least... --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 11e1ded..1829740 100644 --- a/manifest.json +++ b/manifest.json @@ -38,7 +38,7 @@ { "name": "password", "ask": { - "en": "Choose a dotclear password for this user" + "en": "Choose a dotclear password for this user, at least 6 characters" }, "example": "verysecret_dotclear_password" },