Coherence.PasswordControllerBase (Coherence v0.8.0)
Handle password recovery actions.
Controller that handles the recover password feature.
Actions:
- new - render the recover password form
- create - verify user's email address, generate a token, and send the email
- edit - render the reset password form
- update - verify password, password confirmation, and update the database