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…”
Recommended threads
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- [SOLVED] React Native Appwrite SDK not w...
So I'm trying to generate a unique ID using the ID.unique() and its generating properly, but its saying its longer than 36 characters but it isnt.. ```typescri...