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
695 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-09 09:34:19 -04:00
* Vendor RailsWarden
* 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
2009-10-09 09:34:19 -04:00
* Show generic messages on login in case of failures (option)
2009-10-05 18:44:06 -04:00
* 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