Skip to content
Snippets Groups Projects
Commit 48fe1fd8 authored by Nathan RODET's avatar Nathan RODET
Browse files

Update vars-deployment.json

parent 37c69b36
No related branches found
No related tags found
No related merge requests found
Pipeline #72875 failed
......@@ -18,6 +18,6 @@
"description": "User password for accessing services and instances.",
"masked": true,
"validation_regex_explanation": "Should contain at least 1 number, 1 capital letter and 12 characters.",
"validation_regex": "^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d]{12,}$"
"validation_regex": "^[A-Z0-9 ]{4,30}$"
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment