1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/generators
José Valim 31d821c2e0 Allow to Rememberable to work without remember_token relying on salt if possible.
This comes with the benefit that if you change your password, all remember tokens expires, and it also requires one field less in the database.

The downside is that if you want remember_me_across_browser to be false, it won't work unless you use the token. It also requires you to be using database_authenticable.

Using salt is now the default in Devise.
2010-09-25 13:07:24 +02:00
..
active_record Attributes for devise generator 2010-07-17 15:09:01 +08:00
devise Allow to Rememberable to work without remember_token relying on salt if possible. 2010-09-25 13:07:24 +02:00
mongoid Add flexibility to devise generators by using ORM hooks. 2010-07-04 17:15:24 +02:00
templates Allow to Rememberable to work without remember_token relying on salt if possible. 2010-09-25 13:07:24 +02:00