- 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:
Marcelo Silveira
2010-01-09 11:41:28 -02:00
parent 32991e13c4
commit 9c4ddc6465
8 changed files with 10 additions and 9 deletions

View File

@@ -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