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:
parent
c52418b955
commit
18c9a46493
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue