Predictions 4.10.0.0

Package hirondelle.predict.pub.resetpassword

Allow the user to reset their own password, without requiring them to enter the old password.

See:
          Description

Class Summary
ResetPassword Model object for resetting a user's password to a new value.
ResetPasswordAction Reset the user's password to a new value.
ResetPasswordDAO Data Access Object (DAO) for resetting the user's password.
 

Package hirondelle.predict.pub.resetpassword Description

Allow the user to reset their own password, without requiring them to enter the old password. Used when the user has forgotten their password.

When the user loses their password, they fill in two forms :

  1. the first form allows the user to request an email. The email will include a special link carrying a one-time "nonce" value.
  2. the link in the email points to a second form, which carrys along the nonce as a hidden value. This form is used to set the password to some new value, WITHOUT requiring entry of the old value.

This package handles step 2, while hirondelle.predict.pub.lostpassword handles step 1.


Predictions 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.27