From ed8e33b779e6f1a233b16e494b2bf8755bb67e63 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sat, 7 Mar 2015 14:53:09 +0000 Subject: [PATCH] Add indication in manifest.json --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifest.json b/manifest.json index 458e2c3..a41ccdb 100644 --- a/manifest.json +++ b/manifest.json @@ -49,6 +49,14 @@ "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": "warning", + "type": "warning", + "ask": { + "en": "Right after installation, please finish configuration by hand. Login : admin / Passwd : 12345", + "fr": "Juste après l'installation, veuillez finir manuellement la configuration. Login : admin / Passwd : 12345" + } } ] }