From 84c5bea309d80db845ab222c8e0e077d9f74bff5 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 23 Aug 2022 17:45:29 +0200 Subject: [PATCH] Change to type "email" It exists already: https://github.com/YunoHost/issues/issues/2054 --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 0061ee3..921a8cb 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -9,13 +9,13 @@ services = ["__APP__"] [main.config.default_from_email] ask = "from email" - type = "string" + type = "email" help = "Default email address to use for various automated emails." bind = "default_from_email:__FINALPATH__/settings.py" [main.config.admin_email] ask = "ADMIN email" - type = "string" + type = "email" help = "EMail address for error emails." bind = "admin_email:__FINALPATH__/settings.py"