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 ($this->findUserByAuthorizationProviderId($provider_name, $authorization_provider_id) !== null) {
273
+
if ($existing_credentialsOR$this->findUserByAuthorizationProviderId($provider_name, $authorization_provider_id) !== null) {
271
274
$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