1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00

Request a password for MySQL database creation

This commit is contained in:
polytan02 2015-03-07 13:03:47 +00:00
parent 5afb272b90
commit 0a2c6752ad

View file

@ -40,6 +40,15 @@
},
"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"
}
]
}