devsummit / backend

Backend for API and data
9 stars 7 forks source link

Forget Password link #527

Closed andy-shi88 closed 6 years ago

andy-shi88 commented 6 years ago

Description

send email containing subject: password reset body: You've just tried to reset your password from click here to reset your password url?action=reset_password&token=adasdo324325 should be able to detect the expiry time from token, and their user id, if all condition met, provide them with change password screen, which contain of new password confirm new password. on clicked, handle the link by

Type