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:
parent
56bcf0bbaf
commit
1a27b9dc05
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Set the password for the SFTP access. ≥ 5 character",
|
"en": "Set the password for the SFTP access.",
|
||||||
"fr": "Définissez le mot de passe pour l'accès SFTP. ≥ cinq charactères"
|
"fr": "Définissez le mot de passe pour l'accès SFTP."
|
||||||
},
|
},
|
||||||
"example": "myreallystrengthpassword"
|
"example": "myreallystrengthpassword"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue