diff --git a/config_panel.toml b/config_panel.toml index c68fdf3..eb31a08 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -43,7 +43,7 @@ name.fr = "Configuration SMTP" [main.smtp.smtp_security] ask.fr = "Sécurité de la connexion" - type = "string" + type = "select" choices.NONE = "NONE, pas de chiffrement" choices.SSL = "SSL, connexion SSL native" choices.TLS = "TLS, connexion TLS native (le plus sécurisé)" diff --git a/manifest.toml b/manifest.toml index 6a4d506..5404b50 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Paheko" description.en = "Association management software" description.fr = "Logiciel de gestion d'association" -version = "1.3.11~ynh2" +version = "1.3.11~ynh3" maintainers = ["rodinux"]