1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
appwrite/docs/references/account/update-recovery.md

3 lines
586 B
Markdown
Raw Normal View History

2021-02-10 01:48:31 +13:00
Use this endpoint to complete the user account password reset. Both the **userId** and **secret** arguments will be passed as query parameters to the redirect URL you have provided when sending your request to the [POST /account/recovery](/docs/client/account#accountCreateRecovery) endpoint.
2020-01-12 13:19:28 +13:00
Please note that in order to avoid a [Redirect Attack](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.md) the only valid redirect URLs are the ones from domains you have set when adding your platforms in the console interface.