kanupriya
Forum Replies Created
-
Forum: Plugins
In reply to: [JSON API User] how to user check passwordThanks Ali, I completed this, only need to set cookie for one day and while logout to destroy cookie .I Enjoyed work with your plugin , Learn lot of new things. If I have query , will ask you ??
Cheers!
Forum: Plugins
In reply to: [JSON API User] how to user check passwordFor local storage concept is clear to me !
I have poor knowledge for API, I am only working for endpoints using your plugin and on API build one of my friend working, So have to implement local storage when returns result while build API ??Forum: Plugins
In reply to: [JSON API User] how to user check passwordI have little knowledge of local storage. to set and get but how to implement jquery/js with the endpoint function ?
Forum: Plugins
In reply to: [JSON API User] how to user check passwordI am having the same problem to how to keep cookie value in another end point??
Let me know if their is any solution / way to do this
Thanks
Forum: Plugins
In reply to: [JSON API User] get user idHi,
I need the last logged in user details while userinfo without any parameter . Is it possible . If not then how to keep cookie value to use in another function ?Forum: Plugins
In reply to: [JSON API User] how to submit custom formsMy main point to ask from you how to create new endpoints with your plugin or create my own?
Forum: Plugins
In reply to: [JSON API User] how to user check passwordhow to keep cookie value in another end point??
Forum: Plugins
In reply to: [JSON API User] No password field during registerThanks! user_pass is worked!!! cheers
Please stay connected I have more few queries
1.) how to make validations for password and confirm password
2.) I have many more fields for register field, how to pass them ?Forum: Plugins
In reply to: [JSON API User] No password field during registerThanks Ali Quershi for quick reply, Let me know how to pass dynamic nonce ?
I try https://websiteurl/turba_research/api/get_nonce?controller=User&insecure=cool&method=register
and it works.My query is :
1.) how to pass nonce value dynamic
First fetch nonce then kkep value in a variable then pass to register api ?Forum: Plugins
In reply to: [JSON API User] No password field during registeryes, I am facing the same issue, I have field in my register form password and confirm password. Let me know how to create password while register
Forum: Plugins
In reply to: [JSON API User] No password field during registerwhat we have to apss in nonce, I get an error while passing:
https://websiteurl/turba_research/api/user/register/?insecure=cool&username=kp&display_name=kannupriya&[email protected]Error:You must include ‘nonce’ var in your request. Use the ‘get_nonce’ Core API method. ”