facebook connect user confirmation

i have facebook connect button on my front page.

when unregistered user click on it, it registering via  facebook app.

the problem is that it don't confim the user, my setting is that users need to confirm their mail.

is there a way to skip confirmation on facebook connect users.

Always remember that the future comes one day at a time.
Quote · 13 Oct 2013

To disable email conformation for users who jointen the site using facebook change the following line in modules/boonex/facebook_connect/classes/BxFaceBookConnectModule.php file:

 
            // check profile status;
            if ( getParam('autoApproval_ifNoConfEmail') == 'on' ) {

to the following:

 
            // check profile status;
            if (true) {
Rules → http://www.boonex.com/terms
Quote · 17 Oct 2013

great! its working , thank you alex

Always remember that the future comes one day at a time.
Quote · 19 Oct 2013

This solution is not valid also for the current D7.3

Are there other way to fix this issue?

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 25 Sep 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.