Use SQL query to remove old login attempt
This is more efficient if there are a huge number of old login attempt because it avoid to fetch the ids and to have loop over them to delete. issue5377 review24901002
Please register or sign in to comment
All legacy (hg-git based) Projects have been automatically migrated to native with the upgrade of 2025-01-23
This is more efficient if there are a huge number of old login attempt because it avoid to fetch the ids and to have loop over them to delete. issue5377 review24901002