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:
parent
e53f4e7a3f
commit
0f92000c11
1 changed files with 17 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue