Skip to content

Files

Latest commit

Mar 5, 2014
fae8089 · Mar 5, 2014

History

History

PasswordReset

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 3, 2014
Mar 3, 2014
Mar 5, 2014
Mar 3, 2014

Password Reset sample code

Here we illustrate:

  • 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

To use:

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]"