Yannick Fonjallaz

Results 14 issues of Yannick Fonjallaz

Rubocop-rspec has extracted the rails cops to rubocop-rspec_rails > the cops related to rspec-rails are aliased (RSpec/Rails/Foo == RSpecRails/Foo) until v3.0 is released https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md#2280-2024-03-30 So it would be nice to...

Same thing as #367 for the beta channel Rubocop-rspec has extracted the rails cops to rubocop-rspec_rails > the cops related to rspec-rails are aliased (RSpec/Rails/Foo == RSpecRails/Foo) until v3.0 is...

Hello and thank you for this gem! If a user makes too many login attempts, goes back to the login page and logs in again, `send_two_factor_authentication_code` is still called, so...

[I implemented an auto-unlock mechanism to avoid admin interventions.](https://github.com/fonji/two_factor_authentication/compare/1e7ac4d4cae4069d6e7c45e1f1b4b8f535141ffd...fonji:4a74cc03d196f2ae322ce3b53b76d1fae4ae84ad) It adds an options to set how long will the account be locked. The default being 0, meaning no auto unlock....