Patch #36795
Set the minimum required version of ROTP gem to 5.0.0
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Gems support | |||
Target version: | 4.2.5 |
Description
Two-factor authentication does not work if ROTP prior to 5.0.0 is installed (see
). The attached patch sets the minimum required version of ROTP gem.$ ruby test/integration/twofa_test.rb Run options: --seed 18716 # Running: F Failure: TwofaTest#test_should_require_twofa_setup_when_required_for_administrators [test/integration/twofa_test.rb:51]: Expected response to be a <3XX: redirect>, but was a <500: Internal Server Error> rails test test/integration/twofa_test.rb:34 F Failure: TwofaTest#test_should_require_twofa_setup_when_required_by_group [test/integration/twofa_test.rb:76]: Expected response to be a <3XX: redirect>, but was a <500: Internal Server Error> rails test test/integration/twofa_test.rb:55 . . .