Merge branch 'master' into 1971-show-image-thumbnails
[arvados.git] / services / api / test / fixtures / users.yml
1 # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
3 admin:
4   uuid: zzzzz-tpzed-d9tiejq69daie8f
5   email: admin@arvados.local
6   first_name: TestCase
7   last_name: Administrator
8   identity_url: https://admin.openid.local
9   is_active: true
10   is_admin: true
11   prefs: {}
12
13 miniadmin:
14   uuid: zzzzz-tpzed-2bg9x0oeydcw5hm
15   email: miniadmin@arvados.local
16   first_name: TestCase
17   last_name: User Group Administrator
18   identity_url: https://miniadmin.openid.local
19   is_active: true
20   is_admin: false
21   prefs: {}
22
23 rominiadmin:
24   uuid: zzzzz-tpzed-4hvxm4n25emegis
25   email: rominiadmin@arvados.local
26   first_name: TestCase
27   last_name: Read-Only User Group Administrator
28   identity_url: https://rominiadmin.openid.local
29   is_active: true
30   is_admin: false
31   prefs: {}
32
33 active:
34   uuid: zzzzz-tpzed-xurymjxw79nv3jz
35   email: active-user@arvados.local
36   first_name: Active
37   last_name: User
38   identity_url: https://active-user.openid.local
39   is_active: true
40   is_admin: false
41   prefs: {}
42
43 spectator:
44   uuid: zzzzz-tpzed-l1s2piq4t4mps8r
45   email: spectator@arvados.local
46   first_name: Spect
47   last_name: Ator
48   identity_url: https://spectator.openid.local
49   is_active: true
50   is_admin: false
51   prefs: {}
52
53 inactive_uninvited:
54   uuid: zzzzz-tpzed-rf2ec3ryh4vb5ma
55   email: inactive-uninvited-user@arvados.local
56   first_name: Inactive and Uninvited
57   last_name: User
58   identity_url: https://inactive-uninvited-user.openid.local
59   is_active: false
60   is_admin: false
61   prefs: {}
62
63 inactive:
64   uuid: zzzzz-tpzed-x9kqpd79egh49c7
65   email: inactive-user@arvados.local
66   first_name: Inactive
67   last_name: User
68   identity_url: https://inactive-user.openid.local
69   is_active: false
70   is_admin: false
71   prefs: {}
72
73 inactive_but_signed_user_agreement:
74   uuid: zzzzz-tpzed-7sg468ezxwnodxs
75   email: inactive-user-signed-ua@arvados.local
76   first_name: Inactive But Agreeable
77   last_name: User
78   identity_url: https://inactive-but-agreeable-user.openid.local
79   is_active: false
80   is_admin: false
81   prefs: {}
82