-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
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
I'm having the same issue |
Having the same issue. |
The same issue here #456 |
I have the same issue |
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
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.
Devise confirmation mails are blocked by this gem...
The text was updated successfully, but these errors were encountered: