Hi @k80sg,
Sorry for late reply.
To let users register through Social Login using their email as username, replace existing “wp-content/plugins/super-socializer/inc/social_login.php” file at your website server with the file as following link:
https://gist.github.com/Heateor/b8a42dd7dc4dece13f47b8de30befa02
We will include this patch in next release of Super Socializer so don’t worry about losing these changes on updating your plugin next time.
Hi @john,
The main problem is with TML’s email messages (welcome message, retrieve password, etc): when a user logs in with a social account those messages are not sent out. This is really problematic in my case because those messages are really needed as they contain essential info for subscribers.
If you are familiar with WordPress hooks, you can use the_champ_user_successfully_created
hook defined in inc/social_login.php
file of our plugin to send desired emails to new user when they register using social login.
Users that choose the social login receive WP’s default welcome email “Your username and password info” that invites them to “set a password” and this is a bit confusing as they already logged in without a password but with their social ID.
You can disable this email by disabling the Send post-registration email to user to set account password
option in Advanced Configuration
section at Super Socializer > Social Login
page in admin area.