User registered via plug-in not working
-
Hello,
Whenever I register a user through the use of JSON and this plug-in, the user does get created in WordPress *** but *** it does not work.
I cannot log into WordPress with such a user. When trying to do so, I get a Login Error message.
Also, normally when a new user is created in WordPress, an e-mail goes out to the user. That does not happen whenever using the plug-in.
The only time things are “corrected” is when the Admin users logs in, edits the user added with JSON and then saves it. BTW, the ID and password for the newly created user ~must~ be changed when edited by the admin user or else it will not work.
Below are the 2 http addresses used. I have tried this on 2 different WordPress installations and got the same thing.
What is wrong?
Regards
—————————————————
https://myaddress.com/api/get_nonce/?controller=user&method=register{“status”:”ok”,”controller”:”user”,”method”:”register”,”nonce”:”6102c2228e”}
—————————————————-
String targetURL = “https://mysddress.com/api/user/register/?username=” + eMailUserName + “&email=” + eMailUserName +
“&nonce=” + Nonce + “&display_name=” + eMailUserName;{“status”:”ok”,”cookie”:”[email protected]|1452710433|DPYtFiZJhgwPApc98REdWWoliOVxHE2NbaHByJN7KV8|1e5b6df89bc6e37a47544f2170c08d048d30fadc24d61ef914143e2c2dcccc83″,”user_id”:11}
- The topic ‘User registered via plug-in not working’ is closed to new replies.