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
DokuWiki administration with Mantis integration
Moderators: Developer, Contributor
Hi,
I've solved it
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
I've solved it

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