ecloud_sso
anke1460 5 years ago
parent 834b65aeeb
commit 866347fa62

@ -31,7 +31,9 @@ namespace :tfxy do
mail: teach_data.cell(r, 6),
profile_completed: true,
professional_certification: 1,
certification: 1
certification: 1,
laboratory_id: Laboratory.first.id
)
if user.save!
@ -148,7 +150,8 @@ namespace :tfxy do
mail: student_data.cell(r, 9),
profile_completed: true,
professional_certification: 1,
certification: 1
certification: 1,
laboratory_id: Laboratory.first.id
)
if user.save!

Loading…
Cancel
Save