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
2011-04-21 19:17:33 +02:00
..
authenticatable.rb Other minor improvements in the REST code. 2011-04-19 08:36:52 +02:00
confirmable.rb typo 2011-03-30 21:11:34 +08:00
database_authenticatable.rb sessions/new also responds to xml and json now 2011-04-18 09:56:24 +02:00
encryptable.rb Use secure compare as well. 2011-02-15 11:33:54 +01:00
lockable.rb Rename active? to active_for_authentication? 2011-03-25 15:40:46 +01:00
omniauthable.rb Remove OAuth2 in favor of OmniAuth. 2010-10-18 15:00:34 +02:00
recoverable.rb Mark the token as expired, because invalid gives no clue of what to do next. 2011-04-21 19:17:33 +02:00
registerable.rb corrected 'an user' to 'a user' in comments and docs 2011-02-06 23:46:49 +08:00
rememberable.rb Move rememberable back to a hook. 2011-02-24 21:55:52 +01:00
timeoutable.rb Making sure timeoutable respects rememberable if both are loaded. 2010-09-29 15:27:54 +08:00
token_authenticatable.rb typos (remaining instances of authenticable -> authenticatable) 2011-01-13 13:02:17 +08:00
trackable.rb Move trackabe logic to the model. 2010-03-03 12:03:43 +01:00
validatable.rb Bump the password maximum length to 128 characters. 2011-04-15 16:39:01 +08:00