-
Notifications
You must be signed in to change notification settings - Fork 1.1k
E-mail confirmations sent twice (duplicate emails) #677
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 found out that removing these lines in registrations_controller fixes the problem and confirmation e-mails are sent once:
|
develop-test1
added a commit
to develop-test1/devise_token_auth
that referenced
this issue
Jul 14, 2016
Opened-up pull request: #678 |
develop-test1
added a commit
to develop-test1/devise_token_auth
that referenced
this issue
Jul 14, 2016
Other way to fix this problem is to include this in the user model:
|
@develop-test1 your solution works for me. |
lynndylanhurley
added a commit
that referenced
this issue
Oct 14, 2017
#678 got it fixed, closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gem version: 0.1.38 (as well as from master branch latest)
Rails version: 5.0.0 API
This version resolves #500, however it introduces error where same confirmation e-mail is sent twice, once the auth POST register action is performed resulting in duplicate e-mail sending.
MailCatcher screenshot:

It is also worth noting that this only happens for confirmation e-mails. Password reset e-mails are sent once as expected.
The text was updated successfully, but these errors were encountered: