summaryrefslogtreecommitdiffstats
path: root/models/fixtures/user.yml
blob: d903a7942f81bcd94704e1c3cce0e94419df5048 (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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
# 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
  email_notifications_preference: enabled
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: true
  avatar: avatar1
  avatar_email: user1@example.com
  num_repos: 0
  is_active: true

-
  id: 2
  lower_name: user2
  name: user2
  full_name: "   < U<se>r Tw<o > ><  "
  email: user2@example.com
  keep_email_private: true
  email_notifications_preference: enabled
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar2
  avatar_email: user2@example.com
  num_repos: 9
  num_stars: 2
  num_followers: 2
  num_following: 1
  is_active: true

-
  id: 3
  lower_name: user3
  name: user3
  full_name: " <<<< >> >> > >> > >>> >> "
  email: user3@example.com
  email_notifications_preference: onmention
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar3
  avatar_email: user3@example.com
  num_repos: 3
  num_members: 3
  num_teams: 4

-
  id: 4
  lower_name: user4
  name: user4
  full_name: "          "
  email: user4@example.com
  email_notifications_preference: onmention
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar4
  avatar_email: user4@example.com
  num_repos: 0
  num_following: 1
  is_active: true

-
  id: 5
  lower_name: user5
  name: user5
  full_name: User Five
  email: user5@example.com
  email_notifications_preference: enabled
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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
  email_notifications_preference: enabled
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar6
  avatar_email: user6@example.com
  num_repos: 0
  num_members: 2
  num_teams: 2

-
  id: 7
  lower_name: user7
  name: user7
  full_name: User Seven
  email: user7@example.com
  email_notifications_preference: disabled
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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
  email_notifications_preference: enabled
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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
  email_notifications_preference: onmention
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # 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_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar17
  avatar_email: user17@example.com
  num_repos: 2
  is_active: true
  num_members: 3
  num_teams: 3

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

-
  id: 19
  lower_name: user19
  name: user19
  full_name: User 19
  email: user19@example.com
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar19
  avatar_email: user19@example.com
  num_repos: 2
  is_active: true
  num_members: 1
  num_teams: 1

-
  id: 20
  lower_name: user20
  name: user20
  full_name: User 20
  email: user20@example.com
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar20
  avatar_email: user20@example.com
  num_repos: 4
  is_active: true

-
  id: 21
  lower_name: user21
  name: user21
  full_name: User 21
  email: user21@example.com
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar21
  avatar_email: user21@example.com
  num_repos: 2
  is_active: true

-
  id: 22
  lower_name: limited_org
  name: limited_org
  full_name: Limited Org
  email: limited_org@example.com
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar22
  avatar_email: limited_org@example.com
  num_repos: 2
  is_active: true
  num_members: 0
  num_teams: 0
  visibility: 1

-
  id: 23
  lower_name: privated_org
  name: privated_org
  full_name: Privated Org
  email: privated_org@example.com
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar23
  avatar_email: privated_org@example.com
  num_repos: 2
  is_active: true
  num_members: 0
  num_teams: 0
  visibility: 2

-
  id: 24
  lower_name: user24
  name: user24
  full_name: "user24"
  email: user24@example.com
  keep_email_private: true
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar24
  avatar_email: user24@example.com
  num_repos: 0
  num_stars: 0
  num_followers: 0
  num_following: 0
  is_active: true

-
  id: 25
  lower_name: org25
  name: org25
  full_name: "org25"
  email: org25@example.com
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar25
  avatar_email: org25@example.com
  num_repos: 0
  num_members: 1
  num_teams: 1

-
  id: 26
  lower_name: org26
  name: org26
  full_name: "Org26"
  email: org26@example.com
  email_notifications_preference: onmention
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 1 # organization
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar26
  avatar_email: org26@example.com
  num_repos: 4
  num_members: 0
  num_teams: 1
  repo_admin_change_team_access: true

-
  id: 27
  lower_name: user27
  name: user27
  full_name: User Twenty-Seven
  email: user27@example.com
  email_notifications_preference: enabled
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar27
  avatar_email: user27@example.com
  num_repos: 3

-
  id: 28
  lower_name: user28
  name: user28
  full_name: "user27"
  email: user28@example.com
  keep_email_private: true
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  avatar: avatar28
  avatar_email: user28@example.com
  num_repos: 0
  num_stars: 0
  num_followers: 0
  num_following: 0
  is_active: true

-
  id: 29
  lower_name: user29
  name: user29
  full_name: User 29
  email: user29@example.com
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  is_restricted: true
  avatar: avatar29
  avatar_email: user29@example.com
  num_repos: 0
  is_active: true


-
  id: 30
  lower_name: user30
  name: user30
  full_name: User Thirty
  email: user30@example.com
  passwd_hash_algo: argon2
  passwd: a3d5fcd92bae586c2e3dbe72daea7a0d27833a8d0227aa1704f4bbd775c1f3b03535b76dd93b0d4d8d22a519dca47df1547b # password
  type: 0 # individual
  salt: ZogKvWdyEx
  is_admin: false
  is_restricted: true
  avatar: avatar29
  avatar_email: user30@example.com
  num_repos: 2
  is_active: true