The reset entries functionality in the Secure Login feature is not working as expected.
Currently, the main functionality works as intended: the IP is whitelisted after 24 hours (or the defined "Reset Entries" value). However, instead of removing the entry from the database option, we only reset its values to 0.
As a result, the IPs continue to accumulate in the WordPress option, leading to unnecessary data buildup. We need to ensure that entries are fully removed from the option after 24 hours, rather than just resetting their values.
The reset entries functionality in the Secure Login feature is not working as expected.
Currently, the main functionality works as intended: the IP is whitelisted after 24 hours (or the defined "Reset Entries" value). However, instead of removing the entry from the database option, we only reset its values to 0.
As a result, the IPs continue to accumulate in the WordPress option, leading to unnecessary data buildup. We need to ensure that entries are fully removed from the option after 24 hours, rather than just resetting their values.