feat(wordpress): use generated default password (#964)

Co-authored-by: Ronald Loyko <info@nordia.io>
This commit is contained in:
Ronald Loyko 2023-07-13 23:28:48 +07:00 committed by GitHub
parent 32bca1d6d4
commit f529424485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ caproverOneClickApp:
label: Database password
description: ''
validRegex: /.{1,}/
defaultValue: $$cap_gen_random_hex(16)
- id: $$cap_wp_version
label: WordPress Version
defaultValue: 5.4.0

View File

@ -33,6 +33,7 @@ caproverOneClickApp:
label: Database password
description: ''
validRegex: /^(\w|[^\s"'\\])+$/
defaultValue: $$cap_gen_random_hex(16)
- id: $$cap_wp_version
label: WordPress Version
defaultValue: '6.0.1'