DokuWiki administration with Mantis integration

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
code4fun
Posts: 15
Joined: 08 May 2007, 10:59
Location: Denmark

DokuWiki administration with Mantis integration

Post by code4fun »

Hi,

I'm testing the integration for DokuWiki and can't figure out how I can manage the DokuWiki setup when the integration is enabled.

I have to disable the Mantis login in DokuWiki.php for the 'Admin' functionality to show.

Code4Fun
daenney
Posts: 2
Joined: 08 Aug 2007, 12:27

Post by daenney »

I've got the exact same question, I want to install some plugins but I have no admin login for dokuwiki anymore.
It's great dokuwiki and Mantis integrate fully but it would be nice if the Mantis admin could log in as the dokuwiki admin and that this option isn't disabled
code4fun
Posts: 15
Joined: 08 May 2007, 10:59
Location: Denmark

Post by code4fun »

Hi,

I've solved it :D

Set the configuration (in dokuwiki.php)
$conf['superuser'] = '@ADMINISTRATOR';

then an administrator from Mantis will be administrator in DokuWiki. Be aware that if a local.php file exist with the same configuration it will be overridden.

The access level seams to be user based NOT project based.

Code4fun
daenney
Posts: 2
Joined: 08 Aug 2007, 12:27

Post by daenney »

Once you see it you really get this feeling of "DOH" could've figured it out myself too.
Thanks a bunch though
Post Reply