Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Used alongside standard Devise broke the Devise mail confirmation #265

Closed
scriptamanent opened this issue Jun 5, 2015 · 5 comments
Closed

Comments

@scriptamanent
Copy link

I'm using devise_token_auth to authenticate with api.
I need only auth, not registration or confirmation: for the registration I'm using Devise on my website.

The gem broke my Devise confirmation module: "send_confirmation_notification?" override the default Devise method.

m=  User.new.method(:send_confirmation_notification?)
=> #<Method: User(DeviseTokenAuth::Concerns::User)#send_confirmation_notification?>

Devise confirmation mails are blocked by this gem...

@scriptamanent scriptamanent changed the title Used alongside standard Devise broke the Device mail confirmation Used alongside standard Devise broke the Devise mail confirmation Jun 5, 2015
@killerham
Copy link

I'm having the same issue

@fabianoarruda
Copy link

Having the same issue.

@ysyyork
Copy link

ysyyork commented Nov 30, 2015

The same issue here #456

@vic700208
Copy link

I have the same issue

@zachfeldman
Copy link
Contributor

Closed in favor of #456, which has a gist workaround.

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

No branches or pull requests

6 participants