I am building an app which only uses the phone number authenticate users. Now I wanted to implement a part where they can change their phone number, but a password is required which my users do not have.
This requirement of the password does not make sense to me, can someone explain? π
That's indeed interesting, You may want to open issue regarding that matter
For now you can try create a cloud function and update the user phone using the Users
SDK
https://appwrite.io/docs/server/users?sdk=nodejs-default#usersUpdatePhone
This issue has been already addressed and will be released in v 1.4.x, check this PR: https://github.com/appwrite/appwrite/pull/5621
Alright thanks π
[SOLVED] Why does updatePhone require a password?
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something