From 33d63a3986c1fe36cd60d9c049e3ccdd1c669c98 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 14 Jun 2024 22:36:57 +0200 Subject: [PATCH] remove blank default keys --- config_panel.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 5863a65..718e6fe 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -356,7 +356,6 @@ help = "Config for sending emails via an smtp server." ask.en = "SMTP Username" ask.fr = "Nom d'utilisateur SMTP" bind = "smtp-username:__INSTALL_DIR__/config.yaml" - default = "" help.en = "Username to use when authenticating with the SMTP server" help.fr = "Nom d'utilisateur à utiliser lors de l'authentification avec le serveur SMTP" type = "string" @@ -365,7 +364,6 @@ help = "Config for sending emails via an smtp server." ask.en = "SMTP Password" ask.fr = "Mot de passe SMTP" bind = "smtp-password:__INSTALL_DIR__/config.yaml" - default = "" help.en = "Password to use when authenticating with the SMTP server" help.fr = "Mot de passe à utiliser lors de l'authentification avec le serveur SMTP" type = "password" @@ -439,7 +437,6 @@ help = "Settings pertaining to... OpenID Connect" ask.en = "Name of the OIDC IDP (identity provider)" ask.fr = "Nom de l'OIDC IDP (identity provider)" bind = "oidc-idp-name:__INSTALL_DIR__/config.yaml" - default = "" help.en = "This will be shown to users when they log in. Examples: \"Dex\" or \"YunoHost\"" help.fr = "Sera affiché aux utilisateurices lros de leur connexion. Exemples: \"Dex\" ou \"YunoHost\"" type = "string" @@ -458,7 +455,6 @@ help = "Settings pertaining to... OpenID Connect" ask.en = "The OIDC issuer URI." ask.fr = "URI du fournisseur OIDC" bind = "oidc-issuer:__INSTALL_DIR__/config.yaml" - default = "" help.en = "This is where GtS will redirect users to for login. Typically this will look like a standard web URL. Examples: \"https://auth.example.org\", \"https://example.org/auth\"" help.fr = "C'est l'endroit où GtS redirigera les utilisateurs pour qu'ils se connectent. En règle générale, il s'agit d'une URL web standard. Exemples : \"https://auth.example.org\", \"https://example.org/auth\"" type = "string" @@ -467,7 +463,6 @@ help = "Settings pertaining to... OpenID Connect" ask.en = "OIDC client ID" ask.fr = "Client ID du fournisseur OIDC" bind = "oidc-client-id:__INSTALL_DIR__/config.yaml" - default = "" help.en = "The ID for this client as registered with the OIDC provider." help.fr = "L'identifiant pour ce client tel qu'enregistré auprès du fournisseur OIDC" type = "string" @@ -476,7 +471,6 @@ help = "Settings pertaining to... OpenID Connect" ask.en = "OIDC client secret (password)" ask.fr = "Client secret (mot de passe) du fournisseur OIDC" bind = "oidc-client-secret:__INSTALL_DIR__/config.yaml" - default = "" help.en = "The secret for this client as registered with the OIDC provider." help.fr = "Le secret pour ce client tel qu'enregistré auprès du fournisseur OIDC" type = "string"