Sha256: 4b21104250ac1865ad28b661f84e0b35086ea437fbb8cae298a354d31869c6bc

Contents?: true

Size: 1.17 KB

Versions: 27

Compression:

Stored size: 1.17 KB

Contents

admin:
  id: 1
  first_name: Admin
  last_name: Example
  role: admin
  email: admin@example.com
  status: true
  token: 1A2B3C4D5E6F
  salt: admin
  crypted_password: <%= Digest::SHA1.hexdigest("--admin--#{12345678}") %>

editor:
  id: 2
  first_name: Editor
  last_name: Example
  role: editor
  email: editor@example.com
  status: true
  token: A2B3C4D5E6F1
  salt: editor
  crypted_password: <%= Digest::SHA1.hexdigest("--editor--#{12345678}") %>

disabled_user:
  id: 3
  first_name: Typus
  last_name: User
  role: editor
  email: disabled_user@example.com
  status: false
  token: 2B3C4D5E6F1A
  salt: disabled_user
  crypted_password: <%= Digest::SHA1.hexdigest("--disabled_user--#{12345678}") %>

designer:
  id: 4
  first_name: Designer
  last_name: Example
  role: designer
  email: designer@example.com
  status: true
  token: B3C4D5E6F1A2
  salt: designer
  crypted_password: <%= Digest::SHA1.hexdigest("--designer--#{12345678}") %>

removed_role:
  id: 5
  first_name: Removed
  last_name: Example
  role: removed
  email: removed@example.com
  status: true
  token: 3C4D5E6F1A2B
  salt: removed_role
  crypted_password: <%= Digest::SHA1.hexdigest("--removed_role--#{12345678}") %>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
fesplugas-typus-0.9.0 test/fixtures/typus_users.yml
fesplugas-typus-0.9.1 test/fixtures/typus_users.yml
fesplugas-typus-0.9.10 test/fixtures/typus_users.yml
fesplugas-typus-0.9.11 test/fixtures/typus_users.yml
fesplugas-typus-0.9.12 test/fixtures/typus_users.yml
fesplugas-typus-0.9.13 test/fixtures/typus_users.yml
fesplugas-typus-0.9.14 test/fixtures/typus_users.yml
fesplugas-typus-0.9.15 test/fixtures/typus_users.yml
fesplugas-typus-0.9.16 test/fixtures/typus_users.yml
fesplugas-typus-0.9.17 test/fixtures/typus_users.yml
fesplugas-typus-0.9.2 test/fixtures/typus_users.yml
fesplugas-typus-0.9.3 test/fixtures/typus_users.yml
fesplugas-typus-0.9.4 test/fixtures/typus_users.yml
fesplugas-typus-0.9.5 test/fixtures/typus_users.yml
fesplugas-typus-0.9.6 test/fixtures/typus_users.yml
fesplugas-typus-0.9.7 test/fixtures/typus_users.yml
fesplugas-typus-0.9.8 test/fixtures/typus_users.yml
fesplugas-typus-0.9.9 test/fixtures/typus_users.yml
typus-0.9.25 test/fixtures/typus_users.yml
typus-0.9.24 test/fixtures/typus_users.yml