using only facebook connect for vanilla
we recently installed vanilla forums on our new e-commerce site, but i was interested in finding a way to ONLY use facebook connect as a means to comment in the forum. I don't want there to be any native vanilla sign up/auth process. Is there a way to do this easily? Couldn't figure it out in the admin
Tagged:
1
Comments
Hi, we're scrapping our running forum and will start from scratch. We're also thinking of only allow users to connect through Facebook. Is there any easy way to do this?
@salte Yes. You can force registration/login to be forwarded by adding
$Configuration['Garden']['Registration']['Method'] = 'Connect';
to your/conf/config.php
file.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.