• 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/hzLDjHb

    thanks

Viewing 1 replies (of 1 total)
  • I encountered this issue, where I found all of my reset tokens were being rejected. Thank you, @jiteshdhamaniya, for figuring out why. Changing the “email” value to the user’s username fixed the problem and allowed me to reset the password. Hopefully this can be resolved easily in the plugin, as I am working in an environment with multiple applications syncing passwords, where the central application won’t necessarily know the user’s wordpress username, only their email.

Viewing 1 replies (of 1 total)

The topic ‘Reset Password’ is closed to new replies.