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:
parent
c0b272a49d
commit
c39c668f20
1 changed files with 13 additions and 2 deletions
15
TODO
15
TODO
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue