On using Kinvey's HTML API, can I change the USERNAME in the table USER? Based on documentation https://devcenter.kinvey.com/html5/guides/users#ActiveUser it seems to be possible to change the password. So is it also possible to change the username by the HTML API?
Regards
Best Answer
P
Pranav J
said
over 2 years ago
Tayger,
Yes, you can change/ update the 'username' in the user collection. You will have to use PUT method on your user object with updated attributes (in your scenario, it is 'username'). I have implemented this and confirm that it is working fine. Check following screenshot:
Yes, you can change/ update the 'username' in the user collection. You will have to use PUT method on your user object with updated attributes (in your scenario, it is 'username'). I have implemented this and confirm that it is working fine. Check following screenshot:
Tayger
Hello
On using Kinvey's HTML API, can I change the USERNAME in the table USER? Based on documentation https://devcenter.kinvey.com/html5/guides/users#ActiveUser it seems to be possible to change the password. So is it also possible to change the username by the HTML API?
Regards
Tayger,
Yes, you can change/ update the 'username' in the user collection. You will have to use PUT method on your user object with updated attributes (in your scenario, it is 'username'). I have implemented this and confirm that it is working fine. Check following screenshot:
For HTML5 SDK, check this link.
Thanks,
Pranav
Kinvey
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstPranav J
Tayger,
Yes, you can change/ update the 'username' in the user collection. You will have to use PUT method on your user object with updated attributes (in your scenario, it is 'username'). I have implemented this and confirm that it is working fine. Check following screenshot:
For HTML5 SDK, check this link.
Thanks,
Pranav
Kinvey
Tayger
Excellent, thank you!
-
How do I use Kinvey in my web app?
-
Is it safe to include keys/secrets in my client-side JavaScript app?
-
Why is the activeUser null even though I am logged in?
-
Login does not work even though credentials are valid.
-
Social login doesn’t work.
-
Appending objects to an Array (HTML5 - JS)
-
New to node.js - need bootstrap to downloadfiles from Kinvey
-
Problem with Aggregation/Grouping
-
Internal Server Error using Twitter Sign Up
-
Data Store
See all 315 topics