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.
This commit is contained in:
Zottelchen 2021-05-19 06:49:30 +02:00 committed by GitHub
parent 479b041be1
commit 7d428acb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: