mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15716] Remove OAuth data upon user deletion
PHPBB3-15716
This commit is contained in:
@@ -82,6 +82,10 @@ class phpbb_functions_user_delete_test extends phpbb_database_test_case
|
||||
$phpbb_container->set('auth.provider.oauth.service.google', $oauth_provider_google);
|
||||
$phpbb_container->set('auth.provider_collection', $provider_collection);
|
||||
$phpbb_container->set('notification_manager', $notification_manager);
|
||||
|
||||
$phpbb_container->setParameter('tables.auth_provider_oauth_token_storage', 'phpbb_oauth_tokens');
|
||||
$phpbb_container->setParameter('tables.auth_provider_oauth_states', 'phpbb_oauth_states');
|
||||
$phpbb_container->setParameter('tables.auth_provider_oauth_account_assoc', 'phpbb_oauth_accounts');
|
||||
}
|
||||
|
||||
public function test_user_delete()
|
||||
|
Reference in New Issue
Block a user