- How users can generate password reset requests
- A simple, parameterized password reset form
- How to send a simple email with a link to the password reset form
-
Run up a FatFractal engine on your dev machine ( see http://fatfractal.com/docs/getting-started/ )
-
Edit PasswordReset.js and add in your SMTP credentials etc
-
Deploy this sample locally
cd /path/to/fatfractal-code-samples/PasswordReset
ffef deploylocal
- Create a test user
curl "http://localhost:8080/PasswordReset/ff/ext/[email protected]"
- Request a password reset for that user
- This will send an email with a link to the password reset form
curl "http://localhost:8080/PasswordReset/ff/ext/[email protected]"