Skip to content

Latest commit

 

History

History

PasswordReset

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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