mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
clean USER_AUTH_KEYS_TABLE when deleting user
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user