Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

bypass_sign_in error #207

Open
paulodeon opened this issue Jan 3, 2017 · 4 comments
Open

bypass_sign_in error #207

paulodeon opened this issue Jan 3, 2017 · 4 comments

Comments

@paulodeon
Copy link

The devise bypass_sign_in method is used:

The method was introduced to devise in version 4.2.0: heartcombo/devise@2044fff

But devise_security_extension requires devise >= 3.0: https://github.com/phatworx/devise_security_extension/blob/master/devise_security_extension.gemspec#L24

@viniciusnz
Copy link
Contributor

+1

2 similar comments
@dowi
Copy link

dowi commented Aug 29, 2017

+1

@plombix
Copy link

plombix commented Dec 5, 2017

+1

@MuhammadRizwanMughal
Copy link

You need to use
Sign_in(user, bypass: true) if using old version of devise
if using new version then use
bypass_sign_in user

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants