1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwiicms_ynh.git synced 2024-09-03 18:06:04 +02:00

add admin password

This commit is contained in:
pp-r 2021-03-04 18:54:28 +01:00 committed by GitHub
parent e53f4e7a3f
commit 0f92000c11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,23 @@
"example": "/zwiicms", "example": "/zwiicms",
"default": "/zwiicms" "default": "/zwiicms"
}, },
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the ZwiiCMS administrator (must be an existing YunoHost user)",
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
},
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Choose the ZwiiCMS password for the administrator",
"fr": "Choisissez un mot de passe pour l'administrateur"
}
},
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",