Wordpress Databases Password Fix (#294)

* Wordpress Databases Password Fix

Allow special symbols in the databases password field.

* updated regex

updated regex
This commit is contained in:
Touhid M Shaikh 2020-11-02 19:01:24 +05:30 committed by GitHub
parent e5a4286009
commit 37d7a146dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ caproverOneClickApp:
- id: $$cap_db_pass
label: Database password
description: ''
validRegex: /^([a-zA-Z0-9])+$/
validRegex: /^(\w|[^\s"'\\])+$/
- id: $$cap_wp_version
label: WordPress Version
defaultValue: '4.9'