heartcombo--devise/test/integration
Jigyasa Makkar e2030a740d Fixed a bug in lockable wherein when a user tries to login with correct password after being locked,
failed attempts count gets reset. When the user tries to login with an incorrect password next,
the message shown is for invalid password instead of locked account since this check
depended mainly on failed attempts count.
2011-12-29 23:57:39 +05:30
..
authenticatable_test.rb Fix failure_app failing test. 2011-11-07 21:38:31 -02:00
confirmable_test.rb Usage of confirm_within was deprecated in favor allow_unconfirmed_access_for 2011-12-11 20:18:02 +01:00
database_authenticatable_test.rb Fix failing tests. 2011-06-10 11:10:56 +02:00
http_authenticatable_test.rb Usage of Devise.stateless_token= is deprecated in favor of appending :token_auth to Devise.skip_session_storage 2011-12-11 20:39:41 +01:00
lockable_test.rb Fixed a bug in lockable wherein when a user tries to login with correct password after being locked, 2011-12-29 23:57:39 +05:30
omniauthable_test.rb Support for OmniAuth 1.0.0 2011-10-14 21:31:17 -04:00
recoverable_test.rb implementation of a much simpler solution 2011-11-05 16:53:27 +01:00
registerable_test.rb Remove the code that was dynamically adding columns to active record 2011-12-11 20:07:50 +01:00
rememberable_test.rb Deprecate and disable old behavior accumulated with time. 2011-12-04 23:58:19 +01:00
timeoutable_test.rb Timeoutable also skips tracking if skip_trackable is given 2011-10-25 18:43:48 +02:00
token_authenticatable_test.rb Usage of Devise.stateless_token= is deprecated in favor of appending :token_auth to Devise.skip_session_storage 2011-12-11 20:39:41 +01:00
trackable_test.rb Usage of confirm_within was deprecated in favor allow_unconfirmed_access_for 2011-12-11 20:18:02 +01:00