mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 14:58:05 -05:00
Merge branch 'master' of git@github.com:plataformatec/devise
This commit is contained in:
26
TODO
Normal file
26
TODO
Normal file
@@ -0,0 +1,26 @@
|
||||
* SessionsController
|
||||
* PasswordsController
|
||||
* ConfirmationsController
|
||||
|
||||
* Customizable layout in engine controllers
|
||||
|
||||
Devise.layout do |controller|
|
||||
# define layout to be called
|
||||
end
|
||||
|
||||
* Create an example app
|
||||
|
||||
* Add remember me (with customizable time frame)
|
||||
|
||||
* Devise::BruteForceProtection
|
||||
* Show generic messages on login in case of failures (optionable)
|
||||
* Devise::MagicColumns
|
||||
* Devise::Invitable
|
||||
|
||||
== Done
|
||||
|
||||
* Devise::Authenticable
|
||||
* Devise::Confirmable
|
||||
* Devise::Recoverable
|
||||
* Devise::Validatable
|
||||
|
||||
Reference in New Issue
Block a user