dominic-ks / bdvs-password-reset

WordPress - Allow users to reset their password using a random code via the REST API
GNU General Public License v3.0
9 stars 3 forks source link

Enhance Security #1

Open dominic-ks opened 4 years ago

dominic-ks commented 4 years ago

V0.0.7 added a number of security enhancements to help to prevent gaining unauthorised access to a user's account by requested a password reset and using a brute force / automated process to guess the reset code and set a new password for a user. The changes were:

And was bought about by the following support request on WordPress.org:

Additional measures that could be considered are:

For the latter, we should explore if there are any facilities to log suspicious actions with security plugins like iThemes Security or WordFence so that site owners can align with their existing security policies.