10 lines
289 B
YAML

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