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