Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Prashant Baldha

    (@pmbaldha)

    Hi,

    Please click on select all checkboxes as indicated in the screenshot https://nimb.ws/doR8Os

    Then choose the bulk action “Delete” and click on “Apply” button.

    Thank you.

    Thread Starter igzyy

    (@igzyy)

    oK,

    what if you have more than 5000 logs?

    i need something for the mysql or I don’t know, function maybe?

    Plugin Contributor Prashant Baldha

    (@pmbaldha)

    Sorry for the delay in the reply.

    I have just created the task that purges account activity log records that are older than 90 days automatically in our internal task management system.

    In between, you can delete all account activity logs by following the below steps:

    • Open your database in PHPMyAdmin.
    • Select your site’s database.
    • Select wp_pjvah_aiowps_login_activity and click on the “Operations” tab link.
    • Press on the link “Empty the table (TRUNCATE)”.

    Thank you for reaching out to us.

    Plugin Contributor Prashant Baldha

    (@pmbaldha)

    Recently, I have chat with my colleague and found that we are already clearing account activity logs that are older than 90 days.

    If you would like to clear account activity log records that are older than 7 days, please add below code line in your wp-config.php file.

    
    define('AIOWPSEC_PURGE_FAILED_LOGIN_RECORDS_AFTER_DAYS', 7);
    

    The AIOS plugins set up a daily cron job that clears older records. If you want to run the corn job manually.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘clean logs (account activity logs)’ is closed to new replies.