
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
- `access_denied_to_user` - push new branc...
Why pushig new branch is not allowed? ``` git push origin fix-no_issue_id-fix_variable_name remote: {"auth_status":"access_denied_to_user","body":"Permission t...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
