mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Test
This commit is contained in:
parent
a715019006
commit
71a022f34b
2 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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=";"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue