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
- Incorrect Charge After Downgrading to Fr...
Hello, I recently downgraded my Appwrite subscription from the $15 Pro plan to the $0 Free plan. However, I was still charged $15 despite the downgrade. Could...
- Query.equals - boolean value check
I'd like to check for boolean values, for example like this: ```const { total, documents } = await databases.listDocuments( databaseId, userCol...
- Migrate from Xano to appwrite
Hello.. I want someone to migrate my Xano backend to appwrite. I'm using Xano to power an unreleased app backend. I utalize api endpoints.. Frequent api usag...