Hi, Is it possible to prevent users in one project from updating their account details via client side endpoints. For example updating their username, preferences or even their email.
Thanks
Not as far as I’m aware? But this does sound like a sensible feature to have.
For now, a workaround you could use would be to store all that data in a Collection, and have a Function triggered on any user data update where you reset all that to whatever’s in the Collection.
Yea, that's what i had in mind, but it would be better to have permissions in Accounts too, even if we did not add the feature in the frontend, users can use the api to make changes right.
Yes, that’s correct.
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something