Comments on: How to remotely create a user on your WordPress Website using JSON API Request https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/ A blog on Tech Tips, Online Tools and Software, Blogging, Mobile World, Tech News and Social Media Mon, 18 Jun 2018 04:19:00 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Vishakha Bhavin Patel https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15813 Mon, 18 Jun 2018 04:19:00 +0000 http://techattitude.com/?p=18247#comment-15813 thanks for guidance

]]>
By: Muhammed Kamil https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15812 Thu, 14 Jun 2018 05:14:00 +0000 http://techattitude.com/?p=18247#comment-15812 thanks

]]>
By: Rajnesh Rathor https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15805 Sat, 05 May 2018 05:02:00 +0000 http://techattitude.com/?p=18247#comment-15805 It solved my problem.
Can you please tell me how can i make login api ?
Thanks

]]>
By: Meysm https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15804 Thu, 26 Apr 2018 09:08:00 +0000 http://techattitude.com/?p=18247#comment-15804 It was really helpful!
TQVM

]]>
By: Germo https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15801 Mon, 16 Apr 2018 11:58:00 +0000 http://techattitude.com/?p=18247#comment-15801 In reply to Lolly Lun.

It may be because you do not have the JSON API activated, like Activate Settings> JSON API, within JSON API you must Activate CORE and USER. If the problem does not come from this side, you may not be replacing the path / API / with the folder you assigned as the base API in Settings> JSON API

]]>
By: Germo https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15800 Mon, 16 Apr 2018 04:44:00 +0000 http://techattitude.com/?p=18247#comment-15800 Thank you very much for the tutorial, 100% effective I would like to ask you how I can do to change the subscriber permissions from Admin through the API.

]]>
By: Ram https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15794 Mon, 19 Mar 2018 08:02:00 +0000 http://techattitude.com/?p=18247#comment-15794 In reply to أيمن الشرقاوي.

i have the same issue but now fixed
Go to Settings->JSON API then activate User . Thats it

]]>
By: Eckard Gerlach https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15786 Wed, 20 Dec 2017 19:40:00 +0000 http://techattitude.com/?p=18247#comment-15786 In reply to أيمن الشرقاوي.

I have the same error:
{“status”:”error”,”error”:”Unknown controller ‘user’.”}

somebody here knows the solution?

]]>
By: Lolly Lun https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15778 Thu, 05 Oct 2017 03:32:00 +0000 http://techattitude.com/?p=18247#comment-15778 Want to ask if i type this url: http://localhost/wordpress/?json=get_nonce&controller=user&method=register, it is work but if type this url: http://localhost/wordpress/api/get_nonce/?controller=user&method=register, it show me the page with message:
Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404
May I know what is the problem this?

]]>
By: أيمن الشرقاوي https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15753 Thu, 20 Jul 2017 19:50:00 +0000 http://techattitude.com/?p=18247#comment-15753 In reply to أيمن الشرقاوي.

thanks, it worked

]]>
By: أيمن الشرقاوي https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15752 Thu, 20 Jul 2017 19:35:00 +0000 http://techattitude.com/?p=18247#comment-15752 please,
the url
http://localhost/hl-bir/api/user/register/?username=john&email=john@domain.com&nonce=4e87a0e24f&display_name=John
return
{“status”:”error”,”error”:”Unknown controller ‘user’.”}

]]>
By: Heemu Koul https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15751 Wed, 19 Jul 2017 07:35:00 +0000 http://techattitude.com/?p=18247#comment-15751 Use this Url to generate password

http://url/api/user/register/?insecure=cool&username=sami&email=sami@domkain.com&nonce=a013261bdc&display_name=John&user_pass=samii

It solved my problem

]]>
By: Hassan Siraj https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15742 Fri, 23 Jun 2017 09:46:00 +0000 http://techattitude.com/?p=18247#comment-15742 Thanks A lot Bro! 🙂

]]>
By: Kalpesh Bari https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15731 Wed, 22 Mar 2017 11:05:00 +0000 http://techattitude.com/?p=18247#comment-15731 Thanks a lot !

]]>
By: Terungwa Peter https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15692 Mon, 31 Oct 2016 12:50:00 +0000 http://techattitude.com/?p=18247#comment-15692 I have followed your tutorial and successfully set a new user registration app via the API.
How do I access the user details (password) and send along with his username which I have already?

]]>
By: precogtyrant https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15675 Fri, 09 Sep 2016 09:23:00 +0000 http://techattitude.com/?p=18247#comment-15675 In reply to sanjay thakur.

do you mean login to the admin? what do you want to do exactly?
if you are building any system, you can check if a user exists(the one you created with this method) by checking in the database for the user’s email and if it’s a valid user , you can do something.

]]>
By: sanjay thakur https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15674 Fri, 09 Sep 2016 09:17:00 +0000 http://techattitude.com/?p=18247#comment-15674 In reply to precogtyrant.

hey .i have register successfully but now i have login please suggest login URL

]]>
By: precogtyrant https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15615 Wed, 09 Mar 2016 19:07:00 +0000 http://techattitude.com/?p=18247#comment-15615 In reply to Mia.

are there a lot of users? if you are the only one that is going to login then you can simply create a new user with the email address as username as well.

]]>
By: Mia https://techattitude.com/tips-tricks-and-hacks/how-to-remotely-create-a-user-on-your-wordpress-website-using-json-api-request/comment-page-1/#comment-15614 Wed, 09 Mar 2016 19:03:00 +0000 http://techattitude.com/?p=18247#comment-15614 Hello, is there a way to login using email and password with this plugin ?

]]>