mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Better indication of manual configuration after installation
This commit is contained in:
parent
46632cdba8
commit
a68d7f6b28
1 changed files with 9 additions and 0 deletions
|
@ -49,6 +49,15 @@
|
|||
"fr": "Choisissez un mot de passe pour la base MySQL de Rainloop. Veuillez noter que la table et l'utilisateur créés seront rainloop (sensible à la casse - utilisé pour carddav)"
|
||||
},
|
||||
"example": "my_strong_password"
|
||||
},
|
||||
{
|
||||
"name": "manual_config",
|
||||
"ask": {
|
||||
"en": "IMPORTANT : Manual configuration after installation with login : admin // password : 12345",
|
||||
"fr": "IMPORTANT : Configuration manuelle après installation avec utilisateur : admin // mot de passe : 12345"
|
||||
},
|
||||
"choices": ["Yes", "Yes (You don't have a choice !)"],
|
||||
"default": "Yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue