Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use devise paranoid mode and ensure the same message is returned every time | Drew Blessing | 2015-12-09 | 1 | -13/+13 |
* | Refactor PasswordsController to use before_actions | Robert Speicher | 2015-10-01 | 1 | -1/+1 |
* | Remove specs for "login after reset" | Robert Speicher | 2015-09-30 | 1 | -40/+0 |
* | Update feature spec | Robert Speicher | 2015-09-30 | 1 | -0/+1 |
* | Only allow password reset emails once per minute | Robert Speicher | 2015-09-30 | 1 | -7/+36 |
* | Take advantage of `Devise.sign_in_after_reset_password`rs-disable-signin-after-reset | Robert Speicher | 2015-09-30 | 1 | -24/+24 |
* | Add `feature` tag to feature specs | Robert Speicher | 2015-07-06 | 1 | -1/+1 |
* | Handle password reset for users with 2FA enabled2fa | Robert Speicher | 2015-05-11 | 1 | -0/+53 |