heartcombo--devise/test
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
..
controllers Add fragment support for `store_location_for` 2014-11-05 16:52:40 -05:00
generators Silence controller generator warning output 2014-09-18 18:24:26 -03:00
helpers Simplify the setup code for the Devise Helper tests so no locales or translations are leaked between tests. 2014-09-11 17:01:07 -03:00
integration Update casing of 'OmniAuth' to match that of official OmniAuth documentation 2014-11-14 14:45:09 -05:00
mailers Switched all instances of 'not blank?' to 'present?' 2014-04-17 20:34:28 -05:00
models Update password length validation to 72 characters max 2014-11-18 23:10:01 -06:00
omniauth Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
orm Support custom port for MongoDB config 2014-01-03 11:23:34 -02:00
rails_app Update password length validation to 72 characters max 2014-11-18 23:10:01 -06:00
support Ensure that the I18n backend is always initialized when we store custom translations. 2014-09-11 15:19:41 -03:00
delegator_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
devise_test.rb Simplify test that verifies multiple warden blocks 2014-05-07 18:53:09 -03:00
failure_app_test.rb Check for a `Hash` when using the `authentication_keys` to generate the FailureApp flash message. 2014-10-27 22:32:19 -02:00
mapping_test.rb Return Symbol in find_scope! if String passed 2014-08-24 21:36:11 +09:00
models_test.rb Get rid of deprecated code 2013-08-05 11:24:04 +02:00
parameter_sanitizer_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
routes_test.rb Revert "Update routes to match 'sign up'/'log in', incorporate feedback from @carlosantoniodasilva" 2014-08-10 12:13:35 -04:00
test_helper.rb Remove ActiveSupport test order deprecation warning 2014-09-29 17:42:08 -03:00
test_helpers_test.rb Revert "Update routes to match 'sign up'/'log in', incorporate feedback from @carlosantoniodasilva" 2014-08-10 12:13:35 -04:00
test_models.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30