1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/app/controllers/devise
Ches Martin 3cedba1de8 Fix optional enforcement of particular authentication keys
Documentation states that authentication_keys should accept a hash with
values indicating whether or not each key is required. This was added in
b2066cc2 but tests only covered request_keys, and 29afe2d2 later broke
it with a << array operator.
2011-08-06 20:07:49 +07:00
..
confirmations_controller.rb Add ability to override redirect_to path after account confirmation. 2011-07-08 11:21:01 +02:00
omniauth_callbacks_controller.rb Cleaning up test helpers related to OmniAuth. 2011-02-24 16:50:22 -03:00
passwords_controller.rb Update CHANGELOG. 2011-06-23 09:22:30 -03:00
registrations_controller.rb Use a default key on inactive reason. 2011-08-02 11:18:23 +03:00
sessions_controller.rb Fix optional enforcement of particular authentication keys 2011-08-06 20:07:49 +07:00
unlocks_controller.rb Not responding the object on creating unlockable requests 2011-06-22 23:04:55 -03:00