Skip to content

cnsuhao/simplesamlphp-phpbbauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simplesamlphp-phpbbauth

Allows you to login using phpbb3 credentials. It loads the bare minimum of phpbb3 to start the authenticiation process.

Setup

Inside the simplesamlphp module directory, run: git clone https://github.com/Unvanquished/simplesamlphp-phpbbauth.git phpbbauth Then, in config/authsources.php, add

    'phpbb3' => array(
    'phpbbauth:Auth',
    'phpbb_root' => 'PATH TO PHPBB3 ROOT',
),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%