1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00

add password

This commit is contained in:
liberodark 2019-01-04 16:56:32 +01:00
parent 491830c814
commit a976cbd332

View file

@ -52,6 +52,19 @@
"fr": "Est-ce un site public ?"
},
"default": "true"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password"
}
]
}