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

Make plugin extensible so details other than email can be used for validation #15

Open dominic-ks opened 3 years ago

dominic-ks commented 3 years ago

Use some method, possible a filter or other method, that would allow site owners to use their own method of validating a code or reset request, e.g. by a custom field.