Sha256: dcc3072aebcef16fff62360b2547fcec9e668e360ae9e089a510f9e0252d4086

Contents?: true

Size: 1.2 KB

Versions: 5

Compression:

Stored size: 1.2 KB

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
  login: one
  firstname: One
  lastname: User
  mail: userone@someware.com
  admin: false
  last_login_on: 2009-10-12 21:50:04
  auth_source: one

two:
  login: two
  firstname: Two
  lastname: User
  mail: usertwo@someware.com
  admin: false
  last_login_on: 2009-10-12 21:50:04
  auth_source: one

admin:
  login: admin
  firstname: Admin
  lastname: User
  mail: admin@someware.com
  admin: true
  last_login_on: 2009-10-12 21:50:04
  auth_source: internal
  password_hash: 3e4991bbc1df7cc5d43c8cf94838993a3045ba2a
  password_salt: 852cefe7366f5c4e59276d2a753cba4302e44df3

internal:
  login: test
  firstname: test
  lastname: User
  mail: testuser@someware.com
  admin: false
  last_login_on: 2009-10-12 21:50:04
  auth_source: internal
  password_hash: 287ee23b24efc2cb01db8e3da347a2747fc5b58b
  password_salt: 2a493af5472a889b530036a1fb25123f4e56efc9

apiadmin:
  login: apiadmin
  firstname: apiadmin
  lastname: User
  mail: apiadmin@someware.com
  admin: true
  last_login_on: 2009-10-12 21:50:04
  auth_source: internal
  password_hash: 02d7ff9921071af778ff4f8608579dcd6d80dfba
  password_salt: 80a167f1effbd82c2485ed81c3cfd68b11bc40dc

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/test/fixtures/users.yml
foreman_discovery-1.0.0.rc4 test/foreman_app/test/fixtures/users.yml
foreman_discovery-1.0.0.rc3 test/foreman_app/test/fixtures/users.yml
foreman_discovery-1.0.0.rc2 test/foreman_app/test/fixtures/users.yml
foreman_discovery-1.0.0.rc1 test/foreman_app/test/fixtures/users.yml