users: {{#each users}} - {{this.username}}: username: '{{this.username}}' password: '{{password_hash_bcrypt this.password}}' cleartextPassword: '{{this.password}}' {{/each}} version: 2 secret: '{{this.secret}}'