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 Reset Password Using User ID #18

Open keyur3004 opened 2 years ago

keyur3004 commented 2 years ago

reset password using user id user id will find email and then send link to email

dominic-ks commented 2 years ago

@keyur3004 hello, yes the plugin could be updated to allow using user id as well, though if you want to send a link to a user then you'd need to use the filters to update the email and send some custom content.