Not Logged in

Use phpBB to authenticate users in Roster

Moderator: Munazz

Not Logged in

Postby Borsti » Wed Sep 03, 2008 8:43 pm

Think I made all changes.

/inc/login.php
define('ROSTERLOGIN_ADMIN',3);
$phpbb_root_path = "/var/kunden/webs/Borschti/";

Group id`s in Addon settings
g=?? and only group number tested
When ich change login to PhpBB all looks good there´s an input field for Username and Password but no loggin.

I checked this with 3 PhpBB accounts.
Sorry for my bad english!

Code: Select all
addons/phpBB_login/inc/login.php
  66    0.0001    SELECT `account_id`, `name` FROM `roster_account`;

 Array(
   0 =>  Array(
      'id' => 1,
      'select_type' => 'SIMPLE',
      'table' => 'roster_account',
      'type' => 'ALL',
      'possible_keys' => Null,
      'key' => Null,
      'key_len' => Null,
      'ref' => Null,
      'rows' => 3,
      'Extra' => ''
      ),
   1 => False
   );

  238    0.0002    SELECT * FROM `roster_account` WHERE `account_id` = '3';

 Array(
   0 =>  Array(
      'id' => 1,
      'select_type' => 'SIMPLE',
      'table' => 'roster_account',
      'type' => 'const',
      'possible_keys' => 'PRIMARY',
      'key' => 'PRIMARY',
      'key_len' => 2,
      'ref' => 'const',
      'rows' => 1,
      'Extra' => ''
      ),
   1 => False
   );
User avatar
Borsti
WR.net Journeyman
WR.net Journeyman
 
Posts: 87
Joined: Sat Jul 08, 2006 11:37 am
Location: Hamburg/Germany

Return to phpBB Login

Who is online

Users browsing this forum: No registered users and 0 guests

cron