credentials: database_password: description: "Password for the WordPress database user" algorithm: "bcrypt" validation: "^\\$2[aby]\\$.{56}$" administrator_password: description: "Initial password for the WordPress admin account" algorithm: "sha256" validation: "^[a-f0-9]{64}$"