brandoOriginal post
Rank 1: Thread
I am trying to add a functionality to my app enabling users to change their account passwords but it’s not working.
I followed this documentation:
https://appwrite.io/docs/references/cloud/client-web/account
I’m getting the error that is:
“Error changing password: [Error: Failed to change password: Invalid ‘password’ param: password must be between 8 and 265 characters long…”
Summary
Developers are unable to change passwords for their app users. The error message indicates that the password must be between 8 and 265 characters long. Follow the provided documentation to fix the issue.