1
0
Fork 0
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:
AlainCas 2024-07-17 22:28:07 +02:00 committed by GitHub
parent c3c6ac47c8
commit 1c1f6e7b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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_"