Browse Source

Password are enforced to be >= 8 chars now

pull/43/head
Alexandre Aubin 6 years ago
parent
commit
1a27b9dc05
  1. 4
      manifest.json

4
manifest.json

@ -57,8 +57,8 @@
"type": "password", "type": "password",
"optional": true, "optional": true,
"ask": { "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" "example": "myreallystrengthpassword"
}, },

Loading…
Cancel
Save