From 3892d19055575e3317fc76a76176b6c5780d59ea Mon Sep 17 00:00:00 2001 From: voraczech <31562520+voraczech@users.noreply.github.com> Date: Sun, 20 Dec 2020 15:45:38 +0100 Subject: [PATCH] change posgress validation redex in posgres-strapi (#326) --- public/v4/apps/strapi-postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v4/apps/strapi-postgres.yml b/public/v4/apps/strapi-postgres.yml index c7d87bf..2bf2a85 100644 --- a/public/v4/apps/strapi-postgres.yml +++ b/public/v4/apps/strapi-postgres.yml @@ -38,7 +38,7 @@ caproverOneClickApp: label: PostgreSQL Version defaultValue: '9.6.20' description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/ - validRegex: /^([a-zA-Z0-9])+$/ + validRegex: /^([^\s^\/])+$/ - id: $$cap_postgres_password label: PostgreSQL password description: Only use alphanumeric chars.