summaryrefslogtreecommitdiff
path: root/test/fixtures/users.yml
blob: 2c433067463fbbb167090770f97d65b6e3918d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
quentin:
  id:                        1
  login:                     quentin
  email:                     quentin@example.com
  salt:                      cf993996a70d31f924aff17a5f997722cb6ec2dd
  crypted_password:          11c672158b0eb6e8c91c438b3eb844902308b138 # 'monkey'
  created_at:                2024-01-01 00:00:00
      
aaron:
  id:                        2
  login:                     aaron
  email:                     aaron@example.com
  salt:                      5be6f9cdd04fd7ab3c91cd32a5334ba2339b8005
  crypted_password:          740a48caf7dd5ff11318d812d57c0a0928cfbc12 # 'monkey'
  created_at:                2024-01-02 00:00:00
  roles:                     ["admin", "redaktion"]

redella:
  id:                        3
  login:                     redella
  email:                     redella@example.com
  salt:                      cf993996a70d31f924aff17a5f997722cb6ec2dd
  crypted_password:          11c672158b0eb6e8c91c438b3eb844902308b138 # 'monkey'
  created_at:                2024-01-03 00:00:00
  roles:                     ["redaktion"]

alufa:
  id:                        4
  login:                     alufa
  email:                     alufa@example.com
  salt:                      cf993996a70d31f924aff17a5f997722cb6ec2dd
  crypted_password:          11c672158b0eb6e8c91c438b3eb844902308b138 # 'monkey'
  created_at:                2024-01-04 00:00:00
  roles:                     ["redaktion", "alumni"]