remove regex for smtp username (#815)

closes #814
This commit is contained in:
Cristian Livadaru 2022-12-22 05:37:52 +01:00 committed by GitHub
parent d6e335b7c8
commit 33ee14e869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ caproverOneClickApp:
- description: This is the username for logging into the SMTP host. Please change it according to your host. - description: This is the username for logging into the SMTP host. Please change it according to your host.
id: $$cap_RELAY_USERNAME id: $$cap_RELAY_USERNAME
label: 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. - description: This is the password for logging into the SMTP host. Please change it according to your host.
id: $$cap_RELAY_PASSWORD id: $$cap_RELAY_PASSWORD
label: RELAY_PASSWORD label: RELAY_PASSWORD