MongoDB password "can" be anything with an least one non whitespace character
This commit is contained in:
parent
08bc5cc7de
commit
6c0c657aca
|
|
@ -40,8 +40,7 @@
|
|||
{
|
||||
"id": "$$cap_mongo_password",
|
||||
"label": "MongoDB password",
|
||||
"description": "Only use alphanumeric chars.",
|
||||
"validRegex": "/^([a-zA-Z0-9])+$/"
|
||||
"validRegex": "/^\\s*\\S.*$/"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue