What is max size of password in appwrite auth.
I didn't find it in the docs, but I did find this PR.
okay, but will it be 256 in appwrite cloud ?
nope . Not right now. So the max password length should be greater than 256 for now
I just want to know what’s max length of password in cloud
Or there is no limit?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...