heartcombo--devise/test/models
Logan Leger c7cc91cb65 Update password length validation to 72 characters max
BCrypt has a limit of 72 characters for the password. Anything beyond 72
characters is truncated. This commit updates the validation to limit
passwords to less than 72 characters, keeping within the limitation.
2014-11-18 23:10:01 -06:00
..
authenticatable_test.rb Ensure that we sanitize any `AC::Parameters` in `find_or_initialize_with_errors`. 2014-09-18 18:21:05 -03:00
confirmable_test.rb Localize confirmable tests 2014-10-21 02:28:58 +13:00
database_authenticatable_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
lockable_test.rb Use the `last_attempt_warning` configuration with the lockable unauthenticated_message message. 2014-10-02 18:50:48 -03:00
omniauthable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
recoverable_test.rb Find a resource based off its encrypted reset_password_token 2014-03-31 14:58:52 +01:00
registerable_test.rb Adding required_fields to all modules 2012-02-24 20:57:58 -02:00
rememberable_test.rb Add the invalidate_all_sessions_on_logout configuration to invalidate 2014-04-04 16:17:26 -03:00
serializable_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
timeoutable_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
trackable_test.rb added test for update_tracked_fields method 2014-05-22 11:11:13 -07:00
validatable_test.rb Update password length validation to 72 characters max 2014-11-18 23:10:01 -06:00