You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($existing_credentialsOR$this->findUserByAuthorizationProviderId($provider_name, $authorization_provider_id) !== null) {
282
+
//We do not connect an existing user who has not signed in yet, because it might have been registered based on an authorization provider (and not signed in yet)
283
+
//We do not connect users with an authorization provider user ID, which is already connected to another user
284
+
if ($existing_user_not_signed_in_yetOR$provider_id_is_connected) {
274
285
$message = I18N::translate('The identity received by the authorization provider cannot be connected to the requested user, because it is already used to sign in by another webtrees user.');
0 commit comments