-
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
The confirmation email is not send with the standard devise support #812
Comments
Updating: The email not sent when the user is created, I need click on forgot password button in the login interface for receive the email. The rest is fine. |
@eugenio1590 Other people are seeing this behavior, too. Did you come up with a workaround or have a chance to investigate how the problem can be fixed from within devise token auth? |
@ethagnawl Until now I have not been able to investigate the problem. And I think the gem is no longer supported. It is not a priority for me the confirmation email. But it would be interesting to solve the problem. |
Seems like the other issue has a fix, so closing this for now. |
For those who find themselves here, this solution worked for me
|
I'am using the gem with the standard devise support. My devise token auth config is this:
I'm mount the devise gem in the default route "/" and the devise token gem in the route "/api/v1/auth/". The user model is this:
For some reason, the confirmation email is not sent either by using the browser or by using the devise gem.
I can see the log in the linux console, but the email is not received.
When I using just the devise gem the email is received.
The text was updated successfully, but these errors were encountered: