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
|
|
|
|
|
2009-10-09 09:46:24 -04:00
|
|
|
* SessionsController
|
|
|
|
* PasswordsController
|
|
|
|
* ConfirmationsController
|
2009-10-09 20:11:58 -04:00
|
|
|
|
|
|
|
* Create an example app
|