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

Updated TODO list.

This commit is contained in:
José Valim 2009-10-09 10:34:19 -03:00
parent c0b272a49d
commit c39c668f20

15
TODO
View file

@ -2,9 +2,13 @@
* PasswordsController * PasswordsController
* ConfirmationsController * ConfirmationsController
* Add mappings
Devise.map :users, :to => User, :for => [:authenticable, :recoverable, :confirmable], :as => :usuario
* Customizable layout in engine controllers * Customizable layout in engine controllers
Devise.layout do |controller| Devise.layout do |resource|
# define layout to be called # define layout to be called
end end
@ -12,10 +16,17 @@
* Add remember me (with customizable time frame) * Add remember me (with customizable time frame)
* Vendor RailsWarden
* Create generators
* Allow stretches and pepper per model
* Allow multiple models per controller
* devise :authenticable, :confirmable, :recoverable
* Devise::BruteForceProtection * Devise::BruteForceProtection
* Show generic messages on login in case of failures (optionable) * Show generic messages on login in case of failures (option)
* Devise::MagicColumns * Devise::MagicColumns
* Devise::Invitable * Devise::Invitable
* Devise::Migratable
== Done == Done