Also delete the OpenID provider data when a user is deleted
This commit is contained in:
parent
c27dc71277
commit
cefbad0159
@ -302,6 +302,7 @@ class OpenIDPlugin extends Plugin
|
||||
function onUserDeleteRelated($user, &$tables)
|
||||
{
|
||||
$tables[] = 'User_openid';
|
||||
$tables[] = 'User_openid_trustroot';
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user