From 0a2c6752adf183d7f7a267c3d43700579d97a017 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sat, 7 Mar 2015 13:03:47 +0000 Subject: [PATCH] Request a password for MySQL database creation --- manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3ead178..bad1e4c 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,16 @@ }, "choices": ["Yes", "No"], "default": "Yes" - } + }, + { + "name": "db_pwd", + "type": "password", + "ask": { + "en": "Indicate a password fot phpBB's MySQL database", + "fr": "Choisissez un mot de passe pour la base MySQL de phpBB" + }, + "example": "strong_password" + } ] } }