PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/test/fixtures/users/password_reset_user.json

https://github.com/ewhitley/popHealth
JSON | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 4f6d9b81c612d0605f63f17cb2c678d8 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause
  1. {
  2. "username":"forgetful_guy",
  3. "email":"forgetful_guy@test.org",
  4. "first_name":"Forgetful",
  5. "last_name":"Guy",
  6. "password" : "$2a$10$6jwjca94YN4cLxzRJ27u5.L7UcnDSnGvchq8BxX.UQRlWdeU5EmGy",
  7. "locked" : false,
  8. "reset_key" : "12345",
  9. "verified" : false,
  10. "validation_key": null
  11. }