
When a user creates a session with an email, for example: email: 2@email.com In account prefs permission will be "$permissions": [ "read(user:2)", "update(user:2)", ]
But I saw something like that
"$permissions": [ "read(user:656d6a52734d436a3cf8)", "update(user:656d6a52734d436a3cf8)", "delete(user:656d6a52734d436a3cf8)" ]
How is this user created? Is it through API?

Where are you trying to set permissions at or trying to achieve?

My friend sent me that can you ask about that on the appwrite discord server because discord is banned in their country. In their appwrite project someone created a user with that username without permission. And he wants to know how that is created and how to prevent
Recommended threads
- My collection is not updating after csv ...
- How do I format an array in a CSV file t...
I want to import a CSV file to create a document on it on the AppWrite website. I have an attribute "name" of type String and "ingredients" which is of type St...
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
