@@ -39,7 +39,7 @@ def load(workflow_version):
39
39
'is_active' : True ,
40
40
'is_superuser' : False ,
41
41
'is_staff' : False ,
42
-
42
+ 'email' : 'noreply-journalism1 @example.org' ,
43
43
'password' : 'editor' ,
44
44
'certifications' : [
45
45
('editor' , WorkerCertification .Role .ENTRY_LEVEL ),
@@ -53,7 +53,7 @@ def load(workflow_version):
53
53
'is_superuser' : False ,
54
54
'is_staff' : False ,
55
55
'password' : 'reporter' ,
56
-
56
+ 'email' : 'noreply-journalism2 @example.org' ,
57
57
'certifications' : [
58
58
('reporter' , WorkerCertification .Role .ENTRY_LEVEL ),
59
59
]
@@ -66,7 +66,7 @@ def load(workflow_version):
66
66
'is_superuser' : False ,
67
67
'is_staff' : False ,
68
68
'password' : 'reporter' ,
69
-
69
+ 'email' : 'noreply-journalism3 @example.org' ,
70
70
'certifications' : [
71
71
('reporter' , WorkerCertification .Role .ENTRY_LEVEL ),
72
72
('reporter' , WorkerCertification .Role .REVIEWER ),
@@ -80,7 +80,7 @@ def load(workflow_version):
80
80
'is_superuser' : False ,
81
81
'is_staff' : False ,
82
82
'password' : 'photographer' ,
83
-
83
+ 'email' : 'noreply-journalism4 @example.org' ,
84
84
'certifications' : [
85
85
('photographer' , WorkerCertification .Role .ENTRY_LEVEL ),
86
86
]
@@ -93,7 +93,7 @@ def load(workflow_version):
93
93
'is_superuser' : False ,
94
94
'is_staff' : False ,
95
95
'password' : 'photographer' ,
96
-
96
+ 'email' : 'noreply-journalism5 @example.org' ,
97
97
'certifications' : [
98
98
('photographer' , WorkerCertification .Role .ENTRY_LEVEL ),
99
99
('photographer' , WorkerCertification .Role .REVIEWER ),
@@ -107,7 +107,7 @@ def load(workflow_version):
107
107
'is_superuser' : False ,
108
108
'is_staff' : False ,
109
109
'password' : 'copy-editor' ,
110
-
110
+ 'email' : 'noreply-journalism6 @example.org' ,
111
111
'certifications' : [
112
112
('copy_editor' , WorkerCertification .Role .ENTRY_LEVEL ),
113
113
]
0 commit comments