- 06 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- "two-factor" for OTP-based 2FA - "two-factor-via-u2f-device" for U2F-based 2FA - "standard" for non-2FA login
-
- 31 May, 2016 1 commit
-
-
Robert Speicher authored
Prior, if a user had 2FA enabled and checked the "Remember me" field, the setting was ignored because the OTP input was on a new form and the value was never passed. Closes #18000
-
- 30 May, 2016 1 commit
-
-
Connor Shea authored
Temporary fix until Devise 4 fixes this grammar issue: https://github.com/plataformatec/devise/issues/4095
-
- 24 May, 2016 1 commit
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- 07 Apr, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This commit attempts to change default user search scope if otp_user_id session variable has been set. If it is present, it means that user has 2FA enabled, and has already been verified with login and password. In this case we should look for user with otp_user_id first, before picking it up by login.
-
- 06 Apr, 2016 1 commit
-
-
Grzegorz Bizon authored
This also contains specs for a bug described in #14900
-