DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authmantis

This is an old revision of the document!


Mantis Authentication Integration Plugin

Compatible with DokuWiki

Weatherwax, Hrun, Detritus

plugin Mantis authentication integration

Last updated on
2015-03-23
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 mantis

Description

Authentication plugin to use Mantis login with DokuWiki.

More about Integrating DokuWiki with Mantis, including an old authentication backend which works before 2013-05-10 “Weatherwax” release of DokuWiki. Since “Weatherwax” authentication plugins are used instead of authentication backends. This plugin is conversion of backend code to the plugin.

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Usage

New setup

  1. Follow sections “Mantis Configuration”, “DokuWiki Steps - Core Configuration” and “Authorisation Configuration - Core Configuration” from Integrating DokuWiki with Mantis. In /config/local.php replace
         $conf['authtype'] = 'mantis';
         with
         $conf['authtype'] = 'authmantis';
  2. Install this plugin

Convert working backend setup

  1. Install this plugin
  2. In /config/local.php replace
        $conf['authtype'] = 'mantis';
        with
        $conf['authtype'] = 'authmantis';
plugin/authmantis.1580892416.txt.gz · Last modified: 2020-02-05 09:46 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