1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

[enh] specifiy at password asking the number of need chars.

This commit is contained in:
Moul 2016-12-11 22:12:19 +01:00
parent c52418b955
commit 18c9a46493

View file

@ -44,8 +44,8 @@
"name": "password", "name": "password",
"type": "password", "type": "password",
"ask": { "ask": {
"en": "Set the password for the SFTP access", "en": "Set the password for the SFTP access. ≥ 5 character",
"fr": "Définissez le mot de passe pour l'accès SFTP" "fr": "Définissez le mot de passe pour l'accès SFTP. ≥ cinq charactères"
}, },
"example": "myreallystrengthpassword" "example": "myreallystrengthpassword"
}, },