Skip to main content
Shared User List in DokuWiki
calendar
December 19, 2018
chat
0 Comments
To share the users list in a “farm” setup in DokuWiki, meaning when you have multiple wikis running off of one codebase, you must add this code:

$config_cascade['plainauth.users'] = array(
    'default'   => '/your/path/to/conf/users.auth.php',
);

to inc/preload.php and it must come after this line:

include(fullpath(dirname(__FILE__)).'/farm.php');

No Comments yet!


Warning: Undefined array key "comment_author_url_web" in /home/galleryr/www/www/wp-content/themes/civihosting/functions.php on line 555

Leave a Reply

Your email address will not be published. Required fields are marked *