Skip to content

added ability to connect existing accounts

The old code only authenticate if user already has gl_uid in the plugin store, now if the user does not have it and tried to login with gitlab, it checks if there is any user with the same email as gitlab, adds gl_uid for that user then logs in.

Merge request reports