Skip to content

Authorize users into imported GitLab project

What does this MR do?

Authorize users into imported GitLab project. Since ProjectMember records created while importing a GitLab project are marked as importing, post_create_hook isn't called on them, so users' authorized projects don't get refreshed.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-com/support-forum/issues/1313

Merge request reports