From 701435941b6e3cf6e92b43fe39b5aca7ac4dc2eb Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:55:52 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 00f6e9d..3f93a3d 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -48,8 +48,8 @@ services = ["__APP__", "__APP___workers"] ask.en = "Change SMTP mail address" ask.fr = "Changer l’adresse courriel SMTP" type = "string" - help.en = "Has to be like this: smtp://username:password@example.com:587/?tls=True" - help.fr = "Doit avoir la forme suivante : smtp://username:password@example.com:587/?tls=True" + help.en = "Has to be like this: smtp://username:password@example.com:587/?tls=True. /!\ Please backup your original credentials for the case you want to reset it. " + help.fr = "Doit avoir la forme suivante : smtp://username:password@example.com:587/?tls=True. /!\ Veuillez sauvegarder vos coordonnées initiales au cas où vous voudriez les réinitialiser." bind = "email_url:/var/www/__APP__/.env" [main.config.sender_email]