Lines Matching refs:plugin

2                authhttp DokuWiki HTTP authentication plugin
13 This auth plugin is for you if you don't want your users to have to login
22 the configured auth plugin (usually authplain) and, if successful, show the
23 user (and the admin) options depending on the auth plugin's capabilities.
26 - EITHER DokuWiki's auth plugin does NOT report capabilities such as "change
29 - OR the Webserver and DokuWiki's auth plugin use the SAME source for their
32 If the first condition is not true, ie. the plugin DOES provide the named
39 DokuWiki's auth plugin (which might have stored a new password somewhere
47 DokuWiki (without this plugin) is the only entity doing actual authentication.
52 This plugin does it the other way round. It assumes that the web server already
60 not provide and where the plugin, when used on its own, thus has to improvise:
74 with another plugin, authsplit (https://www.dokuwiki.org/plugin:authsplit).
75 authhttp comes with an action plugin that improves integration with authsplit:
76 - When authhttp is the primary auth plugin for authsplit, there could be the
78 plugin yet, so they'd have to register (unless authsplit's "autocreate_users"
82 authentication is used. authhttp's action plugin takes care of all that.
84 logged in and "registered", so authhttp's action plugin won't have a visible
91 and rename the extracted directory to "authhttp", otherwise the plugin won't
114 auth plugin for authsplit, the last three configuration settings above will
120 Visit the DokuWiki plugin page at
122 https://www.dokuwiki.org/plugin:authhttp
131 This plugin is based on ideas in the "ggauth" auth backend by Grant Gardner