-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Cannot send confirmation email when using alongside with standard devise #456
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
Comments
I see the code here https://github.com/lynndylanhurley/devise_token_auth/blob/master/app/models/devise_token_auth/concerns/user.rb#L121 So, the quick fix would be add the method called But the problem is I cannot find any documentation here about |
I ended up using this gist: |
Sounds like we have a solution, so closing this for now. |
So that gist is gone, what was the actual solution? |
defining this method inside for reference |
I want to use standard devise alongside with devise token auth. When signing up users with standard devise, I found the confirmation email cannot be sent. However, email works well when signing up with devise token auth. #229 discussed something about this but as a noob, unfortunately, I cannot understand what's going on here as the discussion is so short. Is there a way to enable email confirmation when using standard devise? I believe this happens because devise token gem modifies some parts of the registration controller in standard devise.
The text was updated successfully, but these errors were encountered: