Reset Password
-
Hi,
Thanks for creating this plugin. its really good to use.This is not a question but a bug which i found and solution.
In reset password change route which is
[PUT] SITE_URL/?rest_route=/simple-jwt-login/v1/user/reset_password&email=Email&code=Code&new_password=Newpassword
here instead of email, it should be user_login which is not email.
because the core function which this plugin is using expects user_login. So as a workaround right now if you do email={user_login} (which i did in my react implementation), it works.like this
https://imgur.com/hzLDjHbthanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Reset Password’ is closed to new replies.