1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00

Password must be 6 chars long at least...

This commit is contained in:
Rémy Garrigue 2015-08-21 11:44:51 +00:00
parent e9b1f5bfb7
commit 7de3e36cab

View file

@ -38,7 +38,7 @@
{ {
"name": "password", "name": "password",
"ask": { "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" "example": "verysecret_dotclear_password"
}, },