Files
notifications-api/app
Leo Hemsted ac9739f8a2 ensure we reset failed_login_count when appropriate
in verify_user_password, if succesful we reset the failed_login_count.
now we use failed_login_count for 2FA attempts, we need to make sure we
reset it in other places too, so that people don't get blocked,
especially in the reset-password user journey.

* verify_user_code - if it's succesful, reset the failed_login_count
* update_password - reset failed_login_count because either
  * you're logged in and so it's 0 anyway
  * you're resetting your password via pword reset link, and the old
    count isn't relevant anymore
2017-02-16 16:00:40 +00:00
..
2017-02-06 16:20:44 +00:00
2017-01-09 16:37:58 +00:00
2017-01-13 10:24:13 +00:00
2017-01-13 10:24:13 +00:00
2017-02-01 09:19:32 +00:00