This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
heartcombo--devise
Watch
1
Star
0
Fork
You've already forked heartcombo--devise
0
mirror of
https://github.com/heartcombo/devise.git
synced
2022-11-09 12:18:31 -05:00
Code
Releases
Activity
c07b5ae858
heartcombo--devise
/
lib
History
José Valim
c07b5ae858
:activatable is included by default in your models. If you are building a strategy for devise, you now need to call validate(resource), since Devise has now a default API to validate resources before and after signing them in. You can still use other Warden::Strategies with Devise, but they won't work with a few modules like unlockable (they never did, but now we have a single point to make it work).
2010-04-06 16:34:22 +02:00
..
devise
:activatable is included by default in your models. If you are building a strategy for devise, you now need to call validate(resource), since Devise has now a default API to validate resources before and after signing them in. You can still use other Warden::Strategies with Devise, but they won't work with a few modules like unlockable (they never did, but now we have a single point to make it work).
2010-04-06 16:34:22 +02:00
generators
Small changes to token_authenticatable.
2010-04-06 13:26:56 +02:00
devise.rb
Move failure messages from devise.sessions to devise.failure.
2010-04-03 13:11:45 +02:00