clean USER_AUTH_KEYS_TABLE when deleting user
This commit is contained in:
parent
5c57d8aa0f
commit
ac37eb5a50
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ function delete_user($user_id)
|
|||
CADDIE_TABLE,
|
||||
// deletion of piwigo specific informations
|
||||
USER_INFOS_TABLE,
|
||||
USER_AUTH_KEYS_TABLE
|
||||
);
|
||||
|
||||
foreach ($tables as $table)
|
||||
|
|
Loading…
Reference in a new issue