We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The main gem https://github.com/Houdini/two_factor_authentication shows:
Set config values in config/initializers/devise.rb:
config/initializers/devise.rb
config.max_login_attempts = 3 # Maximum second factor attempts count. ...
However, this example doesn't use the config options. When I try to run any rails command, I get
config/initializers/devise.rb:287:in `block in <top (required)>': undefined method `max_login_attempts=' for Devise:Module (NoMethodError)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The main gem https://github.com/Houdini/two_factor_authentication shows:
Set config values in
config/initializers/devise.rb
:However, this example doesn't use the config options. When I try to run any rails command, I get
The text was updated successfully, but these errors were encountered: