diff options
| author | Zottelchen <[email protected]> | 2021-05-19 06:49:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-19 00:49:30 -0400 |
| commit | 7d428acb09b9346ee15e6b9ebfacdac1e1898c3c (patch) | |
| tree | 696cb6bd89833e2502983147e35dc207819bc674 | |
| parent | 479b041be136f08e231d98db4ad6b804405f1f0d (diff) | |
| download | caprover-one-click-apps-7d428acb09b9346ee15e6b9ebfacdac1e1898c3c.tar.gz caprover-one-click-apps-7d428acb09b9346ee15e6b9ebfacdac1e1898c3c.zip | |
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.
| -rw-r--r-- | public/v4/apps/penpot.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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: [email protected] - validRegex: /^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/ - id: $$cap_smtp_password label: SMTP password defaultValue: |
