mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 07:18:14 -05:00
- Maximum attempts changed from 5 to 20
- Lockable is not turned on by default - Fixed lockable incompatibilities with latest commits
This commit is contained in:
@@ -98,7 +98,7 @@ class ActiveRecordTest < ActiveSupport::TestCase
|
||||
|
||||
test 'add all modules' do
|
||||
assert_include_modules Devisable,
|
||||
:authenticatable, :confirmable, :recoverable, :rememberable, :trackable, :validatable, :lockable
|
||||
:authenticatable, :confirmable, :recoverable, :rememberable, :trackable, :validatable
|
||||
end
|
||||
|
||||
test 'configure modules with except option' do
|
||||
|
||||
Reference in New Issue
Block a user