summaryrefslogtreecommitdiff
path: root/spec/features/login_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow the initial admin to set a passwordrs-no-default-credentialsRobert Speicher2016-03-041-0/+26
| | | | Closes #1980
* Update wording for 2FA requirement noticers-2fa-requirement-wordingRobert Speicher2016-01-231-5/+5
|
* specs for forced two-factor authentication and grace periodGabriel Mazetto2015-12-241-0/+52
| | | | simplified code and fixed stuffs
* Fix spec broken by updated Devise translationsRobert Speicher2015-10-011-1/+1
|
* Add `feature` tag to feature specsRobert Speicher2015-07-061-1/+1
| | | | | Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
* Handle password reset for users with 2FA enabled2faRobert Speicher2015-05-111-2/+2
|
* Prevent "You are already signed in." error message upon 2FA loginRobert Speicher2015-05-091-1/+18
|
* Generate 10 2FA backup codes instead of the default of 5Robert Speicher2015-05-091-2/+2
|
* Add :two_factor trait to User factoryRobert Speicher2015-05-091-8/+4
|
* Fix 2FA backup code removalRobert Speicher2015-05-091-7/+5
|
* Refactor SessionsControllerRobert Speicher2015-05-091-0/+8
| | | | | Also adds test case for providing an invalid 2FA code and then a valid one without re-entering username and password.
* Make two-factor login work and add a feature specRobert Speicher2015-05-091-0/+82