@@ -97,8 +97,6 @@ async function _createScoCertificationCenter({ databaseBuilder }) {
97
97
mustValidateTermsOfService : false ,
98
98
pixCertifTermsOfServiceAccepted : false ,
99
99
hasSeenAssessmentInstructions : false ,
100
- rawPassword : 'pix123' ,
101
- shouldChangePassword : false ,
102
100
} ) ;
103
101
104
102
acceptPixOrgaTermsOfService ( databaseBuilder , SCO_CERTIFICATION_MANAGING_STUDENTS_CERTIFICATION_CENTER_USER_ID ) ;
@@ -140,8 +138,6 @@ async function _createV3PilotCertificationCenter({ databaseBuilder }) {
140
138
mustValidateTermsOfService : false ,
141
139
pixCertifTermsOfServiceAccepted : false ,
142
140
hasSeenAssessmentInstructions : false ,
143
- rawPassword : 'pix123' ,
144
- shouldChangePassword : false ,
145
141
} ) ;
146
142
147
143
acceptPixOrgaTermsOfService ( databaseBuilder , V3_CERTIFICATION_CENTER_USER_ID ) ;
@@ -186,8 +182,6 @@ async function _createProCertificationCenter({ databaseBuilder }) {
186
182
mustValidateTermsOfService : false ,
187
183
pixCertifTermsOfServiceAccepted : false ,
188
184
hasSeenAssessmentInstructions : false ,
189
- rawPassword : 'pix123' ,
190
- shouldChangePassword : false ,
191
185
} ) ;
192
186
193
187
acceptPixOrgaTermsOfService ( databaseBuilder , PRO_ADMIN_CERTIFICATION_CENTER_USER_ID ) ;
@@ -203,8 +197,6 @@ async function _createProCertificationCenter({ databaseBuilder }) {
203
197
mustValidateTermsOfService : false ,
204
198
pixCertifTermsOfServiceAccepted : false ,
205
199
hasSeenAssessmentInstructions : false ,
206
- rawPassword : 'pix123' ,
207
- shouldChangePassword : false ,
208
200
} ) ;
209
201
210
202
acceptPixOrgaTermsOfService ( databaseBuilder , PRO_MEMBER_CERTIFICATION_CENTER_USER_ID ) ;
@@ -237,8 +229,6 @@ async function _createScoOrganization({ databaseBuilder }) {
237
229
mustValidateTermsOfService : false ,
238
230
pixCertifTermsOfServiceAccepted : false ,
239
231
hasSeenAssessmentInstructions : false ,
240
- rawPassword : 'pix123' ,
241
- shouldChangePassword : false ,
242
232
} ) ;
243
233
244
234
acceptPixOrgaTermsOfService ( databaseBuilder , SCO_CERTIFICATION_MANAGING_STUDENTS_ORGANIZATION_USER_ID ) ;
@@ -270,8 +260,6 @@ async function _createProOrganization({ databaseBuilder }) {
270
260
mustValidateTermsOfService : false ,
271
261
pixCertifTermsOfServiceAccepted : false ,
272
262
hasSeenAssessmentInstructions : false ,
273
- rawPassword : 'pix123' ,
274
- shouldChangePassword : false ,
275
263
} ) ;
276
264
277
265
acceptPixOrgaTermsOfService ( databaseBuilder , PRO_ORGANIZATION_USER_ID ) ;
0 commit comments