Skip to content
Snippets Groups Projects
Commit 31a968f6 authored by John Herreño's avatar John Herreño Committed by Sascha Grossenbacher
Browse files

Issue #3123959 by jedihe: Using multiple auth providers results in all auth...

Issue #3123959 by jedihe: Using multiple auth providers results in all auth data being wiped for a user [simplesamlphp_auth]
parent 809d7f41
Branches
Tags 4.0.0
1 merge request!34Issue #3289683 by Berdir, japerry, Project Update Bot: New 4.x branch for...
Pipeline #357306 passed with warnings
......@@ -215,6 +215,6 @@ function simplesamlphp_auth_user_form_submit($form, FormStateInterface $form_sta
}
// Remove this user from the ExternalAuth authmap table.
else {
$authmap->delete($form_state->getValue('uid'));
$authmap->delete($form_state->getValue('uid'), 'simplesamlphp_auth');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment