Table of Contents

grouphome Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Redirect logged in users from the start page to their primary group's homepage

Last updated on
2023-01-11
Provides
Action
Repository
Source

Tagged with redirect

A CosmoCode Plugin

This plugin will redirect a user from the start page to a special wiki page based on the user's group membership. It allows you to set up different start pages based on users' groups. Eg. let each department in your company have their own start page.

Installation

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

Configuration

There's one setting called grouppages that defines where the start pages for the various groups are found. The placeholder %s will be replaced with the user's group.

Default is: group:%s:start

Note: the order of groups of users does matter for this plugin. The plugin will try to find an existing page matching the grouppages setting for each group the user is in. The first group that matches wins. When no match is found, no redirect happens.