From 64e4586be6ba2345d92a2eb954c4e854e14d1d23 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 31 Oct 2025 20:24:13 +1100 Subject: [PATCH] PLG: Encode SMTP_PASS using base64 #1253 --- front/plugins/_publisher_email/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/plugins/_publisher_email/config.json b/front/plugins/_publisher_email/config.json index 387c8d7a..ed147e61 100755 --- a/front/plugins/_publisher_email/config.json +++ b/front/plugins/_publisher_email/config.json @@ -534,7 +534,7 @@ { "elementType": "input", "elementOptions": [{ "type": "password" }], - "transformers": [] + "transformers": ["base64"] } ] },