mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Presque Bon
Il ne reste qu'un problème, c'est si il y a des caractères spéciaux dans le passord saisi à l'install (superadmin). Mais c'est déjà le cas dans le package d'origine.
This commit is contained in:
parent
7cd0c5df32
commit
36a646172c
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ ram.runtime = "50M"
|
|||
type = "user"
|
||||
|
||||
[install.password]
|
||||
type = "string"
|
||||
type = "password"
|
||||
help.fr = "pas besoin que ce soit le même que pour yunohost. ATTENTION : pas de caractères spéciaux dans le mot de passe, ça ne marche pas (encore); "
|
||||
help.en = "it's not necessary to use the samme pw as for yunohost. WARNING : nos special char in this passord, there is (still) a bug with"
|
||||
|
||||
[install.db_type]
|
||||
ask.fr = "quel moteur de base de données souhaitez-vous"
|
||||
|
|
Loading…
Add table
Reference in a new issue