When a user registers with OneAll Social login,the user is received TWO activation emails(Same email twice).But when a user is registers in traditional way,user only gets one email.
I think the user is added to two groups. Registered users and registered oneall users.
How to prevent sending two emails for registered oneall users?
Hi, Right! There is an error in our extension (which never showed because the mailer probably suppress additional copies of the same address). We'll fix it, but in the meantime, you can edit the file: ext/oneall/sociallogin/acp/sociallogin_acp_module.php, and delete the line (about 2265): $messenger->set_addresses ($user_row);
Hi, So far, we could not reproduce this in a basic install (assuming PhpBB 3.1.x). What would be your settings: - user registration settings | account activation option - any other extension that may send out emails? - anything else you think is useful
Board-wide emails are enabled account activation is set to "by user (email verification)" authentication method is set to "db"
emails are sent via sendgrid
there are no any extensions that allowed to send emails.
User get two emails,only when registered via oneall social login when the user register by,entering username,password,email, there is only one email sent. when a user registers with oneall social login,he is assigned to two groups.Registered users and registered oneall users.
"Prompt validation of new user’s profile" in oneall settings are disabled
I could not find any other email or registration related detail.
Answers
So far, we could not reproduce this in a basic install (assuming PhpBB 3.1.x).
What would be your settings:
- user registration settings | account activation option
- any other extension that may send out emails?
- anything else you think is useful
Thanks!
Board-wide emails are enabled
account activation is set to "by user (email verification)"
authentication method is set to "db"
emails are sent via sendgrid
there are no any extensions that allowed to send emails.
User get two emails,only when registered via oneall social login
when the user register by,entering username,password,email, there is only one email sent.
when a user registers with oneall social login,he is assigned to two groups.Registered users and registered oneall users.
"Prompt validation of new user’s profile" in oneall settings are disabled
I could not find any other email or registration related detail.