1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise/models
2010-11-18 23:29:53 +01:00
..
authenticatable.rb changed case_insensitive_keys config setting to an array and added downcasing of keys as a before filter on database authentication module 2010-11-18 23:29:53 +01:00
confirmable.rb Remove inaccurate documentation regarding confirmable and changing emails. 2010-08-27 20:11:03 +08:00
database_authenticatable.rb changed case_insensitive_keys config setting to an array and added downcasing of keys as a before filter on database authentication module 2010-11-18 23:29:53 +01:00
encryptable.rb Ensure bcrypt also uses pepper for backward compatibility. 2010-09-28 17:45:34 +02:00
lockable.rb make User#send_unlock_instructions to require all authentication_keys 2010-09-21 11:46:57 +02:00
omniauthable.rb Remove OAuth2 in favor of OmniAuth. 2010-10-18 15:00:34 +02:00
recoverable.rb make User#send_reset_password_instructions to require all authentication_keys 2010-09-21 11:47:07 +02:00
registerable.rb Start to add helpers for OAuth tests. 2010-07-26 20:33:22 +02:00
rememberable.rb Ensure authenticatable_salt can be nil. 2010-11-11 22:51:39 +01:00
timeoutable.rb Making sure timeoutable respects rememberable if both are loaded. 2010-09-29 15:27:54 +08:00
token_authenticatable.rb Allow :stateless_token to be set to true avoiding users to be stored in session through token authentication 2010-09-25 20:28:14 +02:00
trackable.rb Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
validatable.rb Allow to conditionally skip email validation. 2010-10-05 05:42:20 +08:00