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

Password are enforced to be >= 8 chars now

This commit is contained in:
Alexandre Aubin 2020-06-16 16:41:34 +02:00
parent 56bcf0bbaf
commit 1a27b9dc05

View file

@ -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"
},