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:
parent
479b041be1
commit
7d428acb09
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue