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 action hook to allow users to take action when a reset code is requested #14

Open dominic-ks opened 3 years ago

dominic-ks commented 3 years ago

Add action hook to allow users to take action when a reset code is requested, for example, when the code is generated and before an email is sent. This may allow users to, for example, issue the reset code to a user via another method not supported by the plugin, e.g. an external SMS service.

There may be other useful hooks that could be added so a review could also be conducted initially so that hooks can be added to the same release.