phatworx / devise_security_extension

An enterprise security extension for devise, trying to meet industrial standard security demands for web applications.
MIT License
747 stars 346 forks source link

Deprecation warning on devise 4 #194

Closed GeorgeDewar closed 8 years ago

GeorgeDewar commented 8 years ago

Hi there,

When used with devise 4.2.0, I get the following warning:

DEPRECATION WARNING: [Devise] bypass option is deprecated and it will be removed in future version of Devise.
Please use bypass_sign_in method instead.
Example:

  bypass_sign_in(user)
 (called from update at /home/ubuntu/<my_app_name>/vendor/bundle/ruby/2.3.0/bundler/gems/devise_security_extension-acb1e1ae6c00/app/controllers/devise/password_expired_controller.rb:15)