Initial support for account recovery

  • Three(3) new methods in the /auth controller
  • recover() shows the account recovery page and form
  • recover_email() handles the POST request for the account
    recovery based on email - send a recovery email with a link
  • recover_acct() is the link handler, it currently prints
    the appropriate error messages, but it DOES NOT YET
    change the password
  • New template recover_account.html to a email recovery form

Rui Ferreira Rui Ferreira 2014-02-18

added opensourceprojects/templates/recover_account.html
changed opensourceprojects/controllers.py
opensourceprojects/templates/recover_account.html Diff Switch to unified view
Loading...
opensourceprojects/controllers.py Diff Switch to unified view
Loading...