blob: fb9a79251af98904a70edc7fd9c510a8570dc8ff (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
test_user:
id: 1
login: test
name: Tim Est
email: user@localhost.invalid
access: 3
test_admin:
id: 2
login: admin
name: Alex Dmin
email: admin@localhost.invalid
jefe: true
access: 3
test_locked:
id: 3
login: locked
name: Leroy Ocked
email: locked@localhost.invalid
disabled: true
test_contributor:
id: 4
login: contributor
name: Carl Ontributor
email: contributor@localhost.invalid
access: 0
test_padawan:
id: 5
login: padawan
name: Peter Adawan
email: padawan@localhost.invalid
access: 1
test_member:
id: 6
login: member
name: Mike Ember
email: member@localhost.invalid
access: 2
test_confidential_member:
id: 7
login: confidential_member
name: James Bond
email: confidential_member@localhost.invalid
access: 3
|