
What is max size of password in appwrite auth.
TL;DR
The max size of a password for Appwrite authentication is not explicitly mentioned in the documentation, but there is a GitHub pull request (PR) that may provide more information. The PR can be found at https://github.com/appwrite/appwrite/pull/7376. As for the max length of a password in Appwrite Cloud, it is currently not 256 characters. There is no specific limit mentioned, so it is safe to assume that there is no enforced limit for password length in the cloud.
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
- [FEATURE] Better usage analytics for app...
Recently, i've gotten **73** emails from appwrite regarding excesive GBHours usage. I've almost hit the limit of 1000 and it is really hard to track down which ...
- Permissions in create_operations() Pytho...
How can I set permissions for `create_operations()`? What even is the correct way to use permissions in Python (using SDK version 13.4.1) ? In my cloud functio...
- Cannot add/update array field
How do I add or update the rows, How exactly to pass properties? (see provided image)
