Skip to content
Snippets Groups Projects
  1. Jul 24, 2014
  2. Jun 27, 2014
  3. Mar 25, 2014
  4. Mar 10, 2014
    • Jared Hancock's avatar
      pwreset: Fixup password reset system · b2550b37
      Jared Hancock authored
      Turns out that the new authentication system incorrectly cancels the reset
      tokens when it processes logins rather than after the user successfully
      resets his/her password
      b2550b37
  5. Feb 18, 2014
  6. Jan 17, 2014
  7. Aug 08, 2013
  8. Jul 23, 2013
    • Jared Hancock's avatar
      Add a password reset implementation · 5cac196a
      Jared Hancock authored
      Uses a seven step procedure:
        1. (user) Fails to login twice or more
        2. Clicks the 'Forgot my password' link on the login form
        3. Submits the username or email address and triggers a password-reset
           email
        4. Clicks the link in the email and is directed back to the reset page
        5. Enters the username or email again and is logged in
        6. Password change is forced, but current password is not required
        7. Password is updated, user can continue the session without
           authenticating again
      5cac196a
Loading