feat(wordpress): use generated default password (#964)
Co-authored-by: Ronald Loyko <info@nordia.io>
This commit is contained in:
parent
32bca1d6d4
commit
f529424485
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue