summaryrefslogtreecommitdiffstats
path: root/models/fixtures/user.yml
blob: 73ec1c85935c7b91ce68f7cf80584ec617a544f0 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# NOTE: all users should have a password of "password"

- # NOTE: this user (id=1) is the admin
  id: 1
  lower_name: user1
  name: user1
  full_name: User One
  email: user1@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: true
  avatar: avatar1
  avatar_email: user1@example.com
  num_repos: 0

-
  id: 2
  lower_name: user2
  name: user2
  full_name: User Two
  email: user2@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar2
  avatar_email: user2@example.com
  num_repos: 4
  num_stars: 2
  num_followers: 2
  num_following: 1
  is_active: true

-
  id: 3
  lower_name: user3
  name: user3
  full_name: User Three
  email: user3@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar3
  avatar_email: user3@example.com
  num_repos: 2
  num_members: 2
  num_teams: 2

-
  id: 4
  lower_name: user4
  name: user4
  full_name: User Four
  email: user4@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar4
  avatar_email: user4@example.com
  num_repos: 0
  num_following: 1

-
  id: 5
  lower_name: user5
  name: user5
  full_name: User Five
  email: user5@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar5
  avatar_email: user5@example.com
  num_repos: 1
  allow_create_organization: false
  is_active: true
  num_following: 0

-
  id: 6
  lower_name: user6
  name: user6
  full_name: User Six
  email: user6@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar6
  avatar_email: user6@example.com
  num_repos: 0
  num_members: 1
  num_teams: 1

-
  id: 7
  lower_name: user7
  name: user7
  full_name: User Seven
  email: user7@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar7
  avatar_email: user7@example.com
  num_repos: 0
  num_members: 1
  num_teams: 1

-
  id: 8
  lower_name: user8
  name: user8
  full_name: User Eight
  email: user8@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar8
  avatar_email: user8@example.com
  num_repos: 0
  is_active: true
  num_followers: 1
  num_following: 1

-
  id: 9
  lower_name: user9
  name: user9
  full_name: User Nine
  email: user9@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar9
  avatar_email: user9@example.com
  num_repos: 0
  is_active: false

-
  id: 10
  lower_name: user10
  name: user10
  full_name: User Ten
  email: user10@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar10
  avatar_email: user10@example.com
  num_repos: 3
  is_active: true

-
  id: 11
  lower_name: user11
  name: user11
  full_name: User Eleven
  email: user11@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar11
  avatar_email: user11@example.com
  num_repos: 1
  is_active: true

-
  id: 12
  lower_name: user12
  name: user12
  full_name: User 12
  email: user12@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar12
  avatar_email: user12@example.com
  num_repos: 1
  is_active: true

-
  id: 13
  lower_name: user13
  name: user13
  full_name: User 13
  email: user13@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar13
  avatar_email: user13@example.com
  num_repos: 1
  is_active: true

-
  id: 14
  lower_name: user14
  name: user14
  full_name: User 14
  email: user14@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar14
  avatar_email: user13@example.com
  num_repos: 3
  is_active: true

-
  id: 15
  lower_name: user15
  name: user15
  full_name: User 15
  email: user15@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar15
  avatar_email: user15@example.com
  num_repos: 4
  is_active: true

-
  id: 16
  lower_name: user16
  name: user16
  full_name: User 16
  email: user16@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar16
  avatar_email: user16@example.com
  num_repos: 2
  is_active: true

-
  id: 17
  lower_name: user17
  name: user17
  full_name: User 17
  email: user17@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar17
  avatar_email: user17@example.com
  num_repos: 2
  is_active: true
  num_members: 2
  num_teams: 1

-
  id: 18
  lower_name: user18
  name: user18
  full_name: User 18
  email: user18@example.com
  passwd: 7d93daa0d1e6f2305cc8fa496847d61dc7320bb16262f9c55dd753480207234cdd96a93194e408341971742f4701772a025a # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar18
  avatar_email: user18@example.com
  num_repos: 0
  is_active: true