This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
devise
Watch
1
Star
1
Fork
0
You've already forked devise
mirror of
https://github.com/heartcombo/devise.git
synced
2026-01-10 23:38:10 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c22e7133b68a2e89d009adc8a780455f2bc6e61f
devise
/
test
/
integration
History
Michael Borohovski
f0992e4a96
Added an option to not automatically sign in a user after a password reset. This is useful for cases where additional strategies might be needed (such as two-factor authentication, e.g.), or generally if it is considered a security risk to automatically log in a user after a password is reset.
2015-02-13 02:29:11 -08:00
..
authenticatable_test.rb
use authentication_keys in flash message, instead of static ‘username’ (
fix
#3201
)
2014-09-23 18:42:11 +02:00
confirmable_test.rb
Revert "Update routes to match 'sign up'/'log in', incorporate feedback from @carlosantoniodasilva"
2014-08-10 12:13:35 -04:00
database_authenticatable_test.rb
add test for after_database_authentication
2014-11-08 16:00:07 -07:00
http_authenticatable_test.rb
All causes of failed login should have the same error message
2014-09-11 08:38:14 -07:00
lockable_test.rb
Revert "Update routes to match 'sign up'/'log in', incorporate feedback from @carlosantoniodasilva"
2014-08-10 12:13:35 -04:00
omniauthable_test.rb
Update casing of 'OmniAuth' to match that of official OmniAuth documentation
2014-11-14 14:45:09 -05:00
recoverable_test.rb
Added an option to not automatically sign in a user after a password reset. This is useful for cases where additional strategies might be needed (such as two-factor authentication, e.g.), or generally if it is considered a security risk to automatically log in a user after a password is reset.
2015-02-13 02:29:11 -08:00
registerable_test.rb
✂️
2014-08-11 17:35:28 -03:00
rememberable_test.rb
add Rememerable#after_remembered callback
2014-11-08 16:39:24 -07:00
timeoutable_test.rb
Revert "Update routes to match 'sign up'/'log in', incorporate feedback from @carlosantoniodasilva"
2014-08-10 12:13:35 -04:00
trackable_test.rb
Change test to use acts_like? so that we can have DateTime fields
2014-05-28 22:17:07 -07:00