mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02: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