mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
26 lines
503 B
Text
26 lines
503 B
Text
* 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
|
|
|