special characters in password
-
Hi,
When I create a new user, wordpress generates password with special characters, like this:
4z0X*Ynq43po%kzU@zzq)NTZWhen I try to login with password I get error:
Uncaught SyntaxError: Unexpected token <
with api call:
https://sample.dev/api/user/generate_auth_cookie/?nonce=bbc80d7f84&username=admin&password=^tDFK#6f#YAecF9ttW&callback=JSON_CALLBACK
the response:
{“status”:”error”,”error”:”Invalid username and\/or password.”}
tried to escape special chars:
https://sample.dev/api/user/generate_auth_cookie/?nonce=bbc80d7f84&username=admin&password=\^tDFK\#6f\#YAecF9ttW&callback=JSON_CALLBACK
with same result.
Any idea?
By the way, are you planning to implement md5 password encryption?
Best regards,
Daniel
- The topic ‘special characters in password’ is closed to new replies.