Actions
Patch #36795
closedSet the minimum required version of ROTP gem to 5.0.0
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 . . .
Files
Updated by Go MAEDA over 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch.
Actions