Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Auto Login

Hi sanraj,

Just put the following code into your login action and give the right path for the bb-load.php file and enjoy :)

Here is script:-

require(‘bbpress/bb-load.php’);

$user = bb_login( @$_POST, @$_POST, ” );

Skip to toolbar