summaryrefslogtreecommitdiff
path: root/spec/features/login_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop build errorJacob Schatz2016-10-241-1/+1
* Use proper tense and spacing in login_specs.register-tabBryce Johnson2016-10-241-4/+6
* Test login tab/pane rendering in varying configurations.Bryce Johnson2016-10-241-0/+63
* Update filled in field for two_factor auth to use id.Bryce Johnson2016-10-151-1/+1
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-1/+1
* Remove provider path, replace with dynamic path.devise-deprecationsConnor Shea2016-08-031-1/+1
* Added a lot of stubbing to make sure OAUth requests are handled properly with...Patricio Cano2016-07-071-1/+18
* Change order of stubbing to fix testsPatricio Cano2016-07-041-1/+1
* Added tests for 2FA check on OAuth requestPatricio Cano2016-07-041-5/+21
* Implement authentication (login) using a U2F device.Timothy Andrew2016-06-061-13/+13
* Merge branch 'upgrade-devise-two-factor' into 'master' Robert Speicher2016-06-021-1/+1
|\
| * Upgrade attr_encrypted and encryptorConnor Shea2016-05-301-1/+1
* | Pass the "Remember me" value to the 2FA token formrs-remember-me-2faRobert Speicher2016-05-301-1/+7
|/
* Fix a spec that was failing due to !3483Rémy Coutable2016-05-041-1/+1
* Allow the initial admin to set a passwordrs-no-default-credentialsRobert Speicher2016-03-041-0/+26
* 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
* Fix spec broken by updated Devise translationsRobert Speicher2015-10-011-1/+1
* Add `feature` tag to feature specsRobert Speicher2015-07-061-1/+1
* 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
* Make two-factor login work and add a feature specRobert Speicher2015-05-091-0/+82