Password reset attempts

Hi all,

is it possible to set the maximum “attempt” of passowrd reset?

Thanks!

Hi! No, you need to modify this file: hivepress/includes/forms/class-user-password-reset.php and add a new function what save the last password reset date/time, for the current user, check if the user attempt again, and show a message. Alternatively, you can try some WP Security plugin, where maybe can’t set the max password reset/day, but you can set the max login attempts, and login retry time period.

Thanks! I’ll use the security plugin that I have :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.