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

plugin Mantis authentication integration

Last updated on
2013-08-10
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.

Description

Uses Mantis login with Docuwiki.

There is published description Integrating DokuWiki with Mantis which works before 2013-05-10 “Weatherwax” release of Docuwiki. In “Weatherwax” authentication plugins are used instead of authentication backends. This plugin is conversion of backend code to the plugin.

Installation

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. 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.1376142909.txt.gz · Last modified: 2013-08-10 15:55 by 77.70.17.67

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