DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:integrate_with_phpbb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tips:integrate_with_phpbb [2010-09-05 17:29] – old revision restored anditips:integrate_with_phpbb [2017-12-05 18:38] – old revision restored (2013-05-24 15:32) LarsDW223
Line 5: Line 5:
 For integration with PHPBB3, please see [[integrate_with_phpbb3|this page.]] For integration with PHPBB3, please see [[integrate_with_phpbb3|this page.]]
  
-> Information regarding this topic could also be found in [[auth_mysql|Authenticationbackend: MySQL]] and [[oo_auth_mysql|New MySQL Authentication Back end]]. With the next release DokuWiki will get a revised authentication module system. Details can be found in [[manual|The Dokuwiki Manual]]. Information on this page will become deprecated with the new authentication system.\\  --- //[[matthiasgrimm@users.sourceforge.net|Matthias Grimm]] 2005-11-22 22:29//+> Information regarding this topic could also be found in [[auth:mysql|Authentication backend: MySQL]]. With the next release DokuWiki will get a revised authentication module system. Details can be found in [[:manual|The Dokuwiki Manual]]. Information on this page will become deprecated with the new authentication system.\\  --- //[[matthiasgrimm@users.sourceforge.net|Matthias Grimm]] 2005-11-22 22:29//
  
 > **A new authentication class** has been added to the end of this document which should work with phpbb's cookie. --- //FatherNitwit 2006-7-14// > **A new authentication class** has been added to the end of this document which should work with phpbb's cookie. --- //FatherNitwit 2006-7-14//
Line 162: Line 162:
 >><code php>$info['grps'][] = $conf['defaultgroup']; //Add the default group </code> >><code php>$info['grps'][] = $conf['defaultgroup']; //Add the default group </code>
  
-How to adapt this to the new mysql backend? FIXME+How to adapt this to the new mysql backend?
  
 Well, like above. To add the //defaultgroup// by "default" to a user, just add the //defaultgroup// to the array of groups, befor it is returned. ;-) --- //[[|]] anniyka 2006-07-29 23:22// Well, like above. To add the //defaultgroup// by "default" to a user, just add the //defaultgroup// to the array of groups, befor it is returned. ;-) --- //[[|]] anniyka 2006-07-29 23:22//
Line 184: Line 184:
 ===== Configure acl.auth ===== ===== Configure acl.auth =====
  
-How to configure the acl.auth is described in [[acl]]. The group names are the ones that you have created in phpBB.+How to configure the ''acl.auth'' is described in [[:acl]]. The group names are the ones that you have created in phpBB.
  
 ===== Other settings ===== ===== Other settings =====
Line 208: Line 208:
 </code> </code>
  
-(both modifications go into local.php, see [[config]])+(both modifications go into local.php, see [[:config]])
  
-The signature is now an [[interwiki]] link, which i have set to:+The signature is now an [[:interwiki]] link, which i have set to:
  
 <code> <code>
Line 324: Line 324:
     $conf['auth']['mysql']['database'] = $dbname;     $conf['auth']['mysql']['database'] = $dbname;
  
-//see http://www.dokuwiki.org/wiki:tips:integrate_with_phpbb+//see http://www.dokuwiki.org/tips:integrate_with_phpbb
 $conf['auth']['mysql']['forwardClearPass'] = 1;  $conf['auth']['mysql']['forwardClearPass'] = 1; 
  
Line 385: Line 385:
 //                                              "${table_prefix}groups", "${table_prefix}groups AS g"); //                                              "${table_prefix}groups", "${table_prefix}groups AS g");
  
-//end see http://www.dokuwiki.org/wiki:tips:integrate_with_phpbb                                        +//end see http://www.dokuwiki.org/tips:integrate_with_phpbb                                        
  
 /* /*

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki