From 7d428acb09b9346ee15e6b9ebfacdac1e1898c3c Mon Sep 17 00:00:00 2001 From: Zottelchen Date: Wed, 19 May 2021 06:49:30 +0200 Subject: [PATCH] Remove smtp_user regex validation from Penpot (#434) The regex validation breaks certain email delivery services, as they don't simply use mail addresses. AFAIK, there is no limitation on SMTP usernames, when it comes to authentication. --- public/v4/apps/penpot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/public/v4/apps/penpot.yml b/public/v4/apps/penpot.yml index 3d5be15..10b9ecb 100644 --- a/public/v4/apps/penpot.yml +++ b/public/v4/apps/penpot.yml @@ -128,7 +128,6 @@ caproverOneClickApp: - id: $$cap_smtp_username label: SMTP username defaultValue: user@example.com - validRegex: /^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/ - id: $$cap_smtp_password label: SMTP password defaultValue: