1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
This commit is contained in:
Limezy 2024-02-21 12:43:10 +07:00
parent a715019006
commit 71a022f34b
2 changed files with 7 additions and 2 deletions

View file

@ -8,12 +8,17 @@ name = "Moncycle.app configuration"
ask.fr = "Permettre la création de nouveaux comptes"
type = "boolean"
default = "true"
yes = "true"
no = "false"
help = "Don't disable account creation before creating one for yourself !"
bind = "CREATION_COMPTE:__INSTALL_DIR__/config.php"
[main.comptes.connexion_compte]
ask.en = "Enable account connexion"
ask.fr = "Permettre la connexion aux comptes"
type = "boolean"
default = "true"
yes = "true"
no = "false"
bind = "CONNEXION_COMPTE:__INSTALL_DIR__/config.php"
[main.export]
name = "export"

View file

@ -9,8 +9,8 @@
source _common.sh
source /usr/share/yunohost/helpers
creation_compte=1
connexion_compte=1
creation_compte="true"
connexion_compte="true"
separateur_csv=";"
#=================================================