mirror of
https://github.com/YunoHost-Apps/workout-tracker_ynh.git
synced 2024-09-03 20:36:03 +02:00
Update config_panel.toml
This commit is contained in:
parent
a2a3a788f2
commit
c1dcbd3801
1 changed files with 4 additions and 4 deletions
|
@ -16,9 +16,9 @@ services = ["__APP__"]
|
|||
name.fr = "Options de configuration"
|
||||
|
||||
[main.config.registration]
|
||||
ask.en = "Enable user registration?"
|
||||
ask.fr = "Autoriser l’inscription d’utilisateurs ?"
|
||||
ask.en = "Disable user registration?"
|
||||
ask.fr = "Désactiver l’inscription d’utilisateurs ?"
|
||||
type = "boolean"
|
||||
1 = "false"
|
||||
0 = "true"
|
||||
yes = "true"
|
||||
no = "false"
|
||||
bind = "WT_REGISTRATION_DISABLED:/var/www/__APP__/.env"
|
||||
|
|
Loading…
Add table
Reference in a new issue