Hudell / makerdevs.com

https://makerdevs.com
0 stars 1 forks source link

Add Reset password page and form #1

Closed holywyvern closed 4 years ago

holywyvern commented 4 years ago

Summary

This adds two web pages, one for resetting password and another for the reset form.

In order of using this, an email url should be set as an environment variable.

You can use mailtrap setting the variable as something like:

MAIL_URL=smtp://<user>:<pass>@smtp.mailtrap.io:2525

Real server will require a real mail server to work.