Add password reset option

Issue #60 new
Justin Hayes repo owner created an issue

Currently users can't reset their own passwords, which is a bit of an oversight!

Comments (1)

  1. Justin Hayes reporter

    How should this work? Easiest is probably to do the following:

    • Add email box and 'reset' link to the login page
    • Generate random string and set password to that
    • Set temp_password flag on account
    • Email user at account email address given in the box with random password
    • When user logs in using temp password force them to change it
  2. Log in to comment