diff options
| author | Cristian Livadaru <[email protected]> | 2022-12-22 05:37:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-21 20:37:52 -0800 |
| commit | 33ee14e869606508e77ecfab8688effe88165516 (patch) | |
| tree | 0cd863f775f1326d63bb9eb1f0b67a3db980822a | |
| parent | d6e335b7c80ab17694d758a020b81cda3f34f021 (diff) | |
| download | caprover-one-click-apps-33ee14e869606508e77ecfab8688effe88165516.tar.gz caprover-one-click-apps-33ee14e869606508e77ecfab8688effe88165516.zip | |
remove regex for smtp username (#815)
closes #814
| -rw-r--r-- | public/v4/apps/plausible.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/v4/apps/plausible.yml b/public/v4/apps/plausible.yml index 5d4f139..45cc8d9 100644 --- a/public/v4/apps/plausible.yml +++ b/public/v4/apps/plausible.yml @@ -89,7 +89,6 @@ caproverOneClickApp: - description: This is the username for logging into the SMTP host. Please change it according to your host. id: $$cap_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. id: $$cap_RELAY_PASSWORD label: RELAY_PASSWORD |
