Skip to content

Commit

Permalink
feat(wordpress): use generated default password (#964)
Browse files Browse the repository at this point in the history
Co-authored-by: Ronald Loyko <[email protected]>
  • Loading branch information
ronaldloyko and Ronald Loyko authored Jul 13, 2023
1 parent 32bca1d commit f529424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/v4/apps/wordpress-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions public/v4/apps/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f529424

Please sign in to comment.