Module Authlogic::Session::BruteForceProtection::InstanceMethods
In: lib/authlogic/session/brute_force_protection.rb

The methods available for an Authlogic::Session::Base object that make up the brute force protection feature.

Methods

Public Instance methods

Returns true when the consecutive_failed_logins_limit has been exceeded and is being temporarily banned. Notice the word temporary, the user will not be permanently banned unless you choose to do so with configuration. By default they will be banned for 2 hours. During that 2 hour period this method will return true.

[Validate]