summaryrefslogtreecommitdiff
path: root/test/fixtures/users.yml
blob: a62b3504595750c72d02857bd84aaf3cc15b11e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
quentin:
  id:                        1
  login:                     quentin
  email:                     quentin@example.com
  salt:                      cf993996a70d31f924aff17a5f997722cb6ec2dd
  crypted_password:          11c672158b0eb6e8c91c438b3eb844902308b138 # 'monkey'
  created_at:                <%= 5.days.ago.to_s :db  %>
      
aaron:
  id:                        2
  login:                     aaron
  email:                     aaron@example.com
  salt:                      5be6f9cdd04fd7ab3c91cd32a5334ba2339b8005
  crypted_password:          740a48caf7dd5ff11318d812d57c0a0928cfbc12 # 'monkey'
  created_at:                <%= 1.days.ago.to_s :db %>
  admin:                     true