Struct PluginTypes

Struct Plugin: Type User

The User type accepts DokuWiki user names. They will be displayed according to Configuration Setting: showuseras. Autocompleteion helps with input.

Configuration

The following configuration is available in addition to the basic type configuration:

Config Format Description
existingonly boolean When true, only existing users can be added. Otherwise any value is accepted.
autocomplete.mininput integer Autocompletion will only return results when at least this many character have been entered
autocomplete.maxresult integer The maximum number of suggestions shown by the autocompletion
autocomplete.fullname boolean Should the autocomplete search in full names as well (disable when too slow in your backend)