1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00
appwrite/docs/references/account/create-recovery.md

1 line
479 B
Markdown
Raw Normal View History

2021-05-19 01:48:36 +12:00
Sends the user an email with a temporary secret key for password reset. When the user clicks the confirmation link he is redirected back to your app password reset URL with the secret key and email address values attached to the URL query string. Use the query string params to submit a request to the [PUT /account/recovery](/docs/client/account#accountUpdateRecovery) endpoint to complete the process. The verification link sent to the user's email address is valid for 1 hour.