From 6c0c657aca9edbf1f8d545e2e6fdde5640571a7e Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 22 Jan 2019 23:17:02 -0800 Subject: [PATCH] MongoDB password "can" be anything with an least one non whitespace character --- public/v1/apps/mongodb.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/v1/apps/mongodb.json b/public/v1/apps/mongodb.json index beb2af3..30853d2 100644 --- a/public/v1/apps/mongodb.json +++ b/public/v1/apps/mongodb.json @@ -40,8 +40,7 @@ { "id": "$$cap_mongo_password", "label": "MongoDB password", - "description": "Only use alphanumeric chars.", - "validRegex": "/^([a-zA-Z0-9])+$/" + "validRegex": "/^\\s*\\S.*$/" } ]