Has anyone set up a password recovery feature for ...
# orm-help
j
Has anyone set up a password recovery feature for the email-password template?
t
i have, but with graphcool-framework, not sure how different it'd be. What do you need to know.
j
(I’m using graphcool-framework too)
Can I ask if you did something similar? I was pretty lost until I found that link.
t
Here is mine (using mailgun api for the email) https://slack-files.com/T0MQBS8JG-FA8UFUZ43-b8c9152f8f
it was based off the original tutorial (now in outdated (read: graphcool-framework) section): https://github.com/graphcool/templates/tree/master/outdated/auth/email-user-management/functions/reset-password
any luck?