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
Sean Cribbs 9f032350e3 Use ActiveModel's to_key instead of id.
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-10-10 17:51:32 +02:00
..
authenticatable.rb Store the salt in session and expire the session if the user changes his password 2010-09-25 17:24:56 +02:00
confirmable.rb Remove inaccurate documentation regarding confirmable and changing emails. 2010-08-27 20:11:03 +08:00
database_authenticatable.rb Ensure bcrypt also uses pepper for backward compatibility. 2010-09-28 17:45:34 +02: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
oauthable.rb Add OAuth2 documentation. 2010-07-26 20:33:21 +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 Use ActiveModel's to_key instead of id. 2010-10-10 17:51:32 +02: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