From 33ee14e869606508e77ecfab8688effe88165516 Mon Sep 17 00:00:00 2001 From: Cristian Livadaru Date: Thu, 22 Dec 2022 05:37:52 +0100 Subject: [PATCH] remove regex for smtp username (#815) closes #814 --- public/v4/apps/plausible.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/public/v4/apps/plausible.yml b/public/v4/apps/plausible.yml index 5d4f139..45cc8d9 100644 --- a/public/v4/apps/plausible.yml +++ b/public/v4/apps/plausible.yml @@ -89,7 +89,6 @@ caproverOneClickApp: - description: This is the username for logging into the SMTP host. Please change it according to your host. id: $$cap_RELAY_USERNAME label: RELAY_USERNAME - validRegex: /^([^\s^\/])+$/ - description: This is the password for logging into the SMTP host. Please change it according to your host. id: $$cap_RELAY_PASSWORD label: RELAY_PASSWORD