• Resolved fahema18

    (@fahema18)


    Same Issue with me. please send me updated version..
    Thanks

    However I found a major bug,
    wherein the plugin could authenticate newly created wordpress users. But it couldn’t authenticate users that were old/previously created.

    P.S: The email/username and password combination also was correct.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ali Qureshi

    (@parorrey)

    I just checked this /api/user/generate_auth_cookie/ endpoint and it worked. which endpoint are you facing trouble with?

    • This reply was modified 7 years, 2 months ago by Ali Qureshi.
    Thread Starter fahema18

    (@fahema18)

    Thanks for your answer ALi.
    I am using “JSON API User” v2.6 plugin. the area i am facing the issue
    “Unable to authenticate existing users in wordPress”. when i create new user from method: register. it will authenticate. using this query
    https://test.com/api/user/generate_auth_cookie/?username=Psorenity_admin&password=Adobe110#

    Error:
    {
    “status”: “error”,
    “error”: “Invalid username/email and/or password.”
    }

    //using right creditional

    Plugin Author Ali Qureshi

    (@parorrey)

    you can’t send ‘&’ or ‘#’ characters in url. either send the info via POST method or change your password. Both of the these characters are use in url query for different purpose.

    Thread Starter fahema18

    (@fahema18)

    Thanks. for your quick reply. Now using post Method.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to authenticate existing users’ is closed to new replies.