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:
parent
5afb272b90
commit
0a2c6752ad
1 changed files with 10 additions and 1 deletions
|
@ -40,7 +40,16 @@
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
"default": "Yes"
|
"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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue