Rank 2: Process
hello when try to update account password give me : {message: Invalid credentials. Please check the email and password., code: 401, type: user_invalid_credentials, version: 0.10.52}
my code is ==>
Votes
1
Replies
10
Participants
Unknown
Messages
11
Rank 2: Process
hello when try to update account password give me : {message: Invalid credentials. Please check the email and password., code: 401, type: user_invalid_credentials, version: 0.10.52}
my code is ==>
Rank 3: Container
Please ensure that the user whose password you want to update is currently logged in
Rank 2: Process
It actually is and I brought the jwt
Rank 3: Container
I read somewhere that this jwt expire after 15 minutes (although I'm not entirely certain).
Are you able to execute getAccount without encountering any exceptions?
You need to provide the old and new password
Rank 2: Process
ok thank u, but i think its optional
How was the user account created?
Rank 2: Process
by this method
Then old password is required. Please read the docs: https://appwrite.io/docs/client/account?sdk=web-default#accountUpdatePassword
Rank 2: Process
thank you
[SOLVED] Error when try to update account password