Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi Howdy_McGee thank you for submitting your suggestion. One of the plugin developers will look into your solution further.

    Regards

    Plugin Contributor wpsolutions

    (@wpsolutions)

    We have a filter called “aiowps_max_rows_failed_logins_table” you can use to set how many records you wish to keep.
    Default number of records to keep is 5000 rows.

    Below is an excerpt of the code where that filter is created to give you some context and which should help you understand how to use it:

    $max_rows_failed_logins_table = '5000'; //Keep a max of 5000 rows in the events table
    $max_rows_failed_logins_table = apply_filters( 'aiowps_max_rows_failed_logins_table', $max_rows_failed_logins_table );
    AIOWPSecurity_Utility::cleanup_table($failed_logins_table_name, $max_rows_failed_logins_table);
    Thread Starter Howdy_McGee

    (@howdy_mcgee)

    Thanks @wpsolutions – that’s very helpful ?? !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Purge Failed Login Records’ is closed to new replies.