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

Add filter to allow preventing an email from being sent #13

Open dominic-ks opened 3 years ago

dominic-ks commented 3 years ago

Add a filter to allow a site owner to prevent the password email from being sent. This may be useful if they are sending the reset code to a user via a different method, e.g. SMS (externally, not supported by this plugin currently)