mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Update manifest.toml
Changed superadmin password input from type "password" to type "string"; otherwise, something différent (hashed value ?) is stored as superadmi password and it is impossible to get into for the first time
This commit is contained in:
parent
c3c6ac47c8
commit
1c1f6e7b9b
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ ram.runtime = "50M"
|
|||
type = "user"
|
||||
|
||||
[install.password]
|
||||
type = "password"
|
||||
type = "string"
|
||||
|
||||
[install.db_type]
|
||||
ask.fr = "quel moteur de base de données souhaitez-vous"
|
||||
|
@ -60,7 +60,7 @@ ram.runtime = "50M"
|
|||
|
||||
[install.tb_prefix]
|
||||
ask.fr = "voulez-vous utiliser un préfixe de table différent du défaut (galette_)?"
|
||||
ask.help = "si oui, veillez à le terminer par un _ ('souligné', 'tiret du 8',...)"
|
||||
ask.help = "n'est utile que dans des cas très particuliers"
|
||||
type = "string"
|
||||
default = "galette_"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue