DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authsmf20

Simple Machines Forum Auth Plugin

Compatible with DokuWiki

Frusterick Manners, Greebo

plugin Allow SMF users to log in to DokuWiki

Last updated on
2018-02-01
Provides
Auth
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with auth

By realdigger

This plugin connects DokuWiki with a Simple Machines forum. This is a read-only module, user management is handled with SMF, not DokuWiki.

Installation

Install the plugin using Plugin Manager and the download URL above. Refer to Plugins on how to install plugins manually.

Configuration and Settings

Edit dokuwiki/conf/local.php and add the following line to activate this plugin:

$conf['authtype']    = 'authsmf20';

You should remove any other 'authtype' config lines if any are already there.

Navigate to the plugin directory (dokuwiki/lib/plugins/authsmf20/conf/) and edit default.php. Change the first configuration line to point to your SMF installation. For example:

$conf['smf_path']   = '/var/www/web/SMFforum';

Finally, de-activate the following DokuWiki features:

  • Register
  • Update profile
  • Set new password
  • Delete own account

You can do this by adding this line to local.php:

$conf['disableactions'] = 'Register, Update profile, Set new password, Delete own account';
plugin/authsmf20.txt · Last modified: 2019-12-12 15:32 by Aleksandr

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