{ "users": { {{#each users}} "{{this.username}}": { "username": "{{this.username}}", "password": "{{password_hash_bcrypt this.password}}", "cleartextPassword": "{{this.password}}" }{{#unless @last}},{{/unless}} {{/each}} }, "version": 2, "secret": "{{secret}}" }