Info
- 5 posts
- 4 voices
- Started 2 years ago by sanraj
- Latest reply from pratikom
- This topic is not resolved
Auto Login
-
- Posted 2 years ago #
Hi all,
I want to auto login in bbPress from my site.
How can I do that?Thanks in advance..........................
-
- Posted 2 years ago #
You mean to force people to login before they can do anything?
-
- Posted 2 years ago #
No not like that, What I want to do is , I am having one app for that app I am using bbpress forum. I want to give link from my app to this forum with some encrypted params and using that I want to login in forum application.
I just want to avoid second login in bbpress forum.Is there any plugin which I can use for AutoLogin?
-
- Posted 2 years ago #
hi,
I need same kind of plugin. can you guys help me out.
Thanks in advance. -
- Posted 2 years ago #
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['login_id'], @$_POST['pass'], '' ); -
You must log in to post.