1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/TODO

31 lines
652 B
Text
Raw Normal View History

2009-10-09 09:34:19 -04:00
* Add mappings
Devise.map :users, :to => User, :for => [:authenticable, :recoverable, :confirmable], :as => :usuario
2009-10-05 18:44:06 -04:00
* Add remember me (with customizable time frame)
2009-10-11 22:24:57 -04:00
* Store session[:return_to] in session
2009-10-09 09:34:19 -04:00
* Create generators
* Allow stretches and pepper per model
* Allow multiple models per controller
* devise :authenticable, :confirmable, :recoverable
2009-10-05 18:44:06 -04:00
* Devise::BruteForceProtection
* Devise::MagicColumns
* Devise::Invitable
2009-10-09 09:34:19 -04:00
* Devise::Migratable
2009-10-05 18:44:06 -04:00
== Done
* Devise::Authenticable
* Devise::Confirmable
* Devise::Recoverable
* Devise::Validatable
* SessionsController
* PasswordsController
* ConfirmationsController
* Create an example app