Topic-icon How to Enable "Silent Registration" using Facebook Log In?

Active Subscriptions:

None
Do not want to send registration confirmation to new users when they are registering via Facebook.

I am using Joomla! 2.5.4 and JFBConnect 4.2.1
The topic has been locked.
Support Specialist
David,
You'll need to make a quick modification to JFBConnect to do this. Please edit the /components/com_jfbconnect/controllers/loginregister.php file. Do a search for "sendNewUserEmails". It will come up twice. The first time, the line will look like:
$this->sendNewUserEmails($jUser);
Simply comment that out by adding two foward-slashes, like so:
// $this->sendNewUserEmails($jUser);
That should prevent the emails from being sent. Obviously test, and let us know how it goes!

Thanks,
Alex
The topic has been locked.