mattermost / mattermost-plugin-msteams

MS Teams plugin for Mattermost
Other
13 stars 11 forks source link

Set EmailVerified to true for all remote users during migration #594

Closed JulienTant closed 4 months ago

JulienTant commented 4 months ago

Summary

UpdateUser ignores the EmailVerified, so our UpdateUser calls have no effect and we would try to do it at every syncUser. In addition, doing the Uodate one by one was quite hurtful.

This fixes the issue by migrating all necessary users in one query during a migration.

Ticket Link

N/A