Lines Matching refs:DokuWiki

2               authsplit DokuWiki Split authentication plugin
7 NOTE: This auth plugin requires DokuWiki WeatherWax (2013-05-10a) or later!
13 authentication itself. Instead, it splits DokuWiki's different authentication
21 DokuWiki.
38 plugin knows about him or her, (s)he is still being reported to DokuWiki as
48 learning about DokuWiki's authentication system. Please refer to
51 authsplit maps DokuWiki's authentication method calls as follows:
53 - checkPass(): this is DokuWiki's method that validates login names and
56 here, he is not known to DokuWiki at all.
61 - trustExternal(): this is the method DokuWiki calls if the PRIMARY auth
81 - otherwise the user seems to DokuWiki to be not logged in and will thus most
86 - logOff(): DokuWiki documentation says this method is run "in addition to the
93 - getUserData(): this is the method DokuWiki uses eg. to retrieve the user's
95 you use the default "DokuWiki" template). authsplit will call the PRIMARY
97 then return the SECONDARY auth plugin's getUserData() information to DokuWiki.
103 or the Admin uses DokuWiki's user manager to create an account for them.
107 the user there, first. This is so that you can use DokuWiki to quickly create
108 a user both in DokuWiki AND your common authentication source without having
121 password and DokuWiki should not try to generate one for them because it
138 her existance in DokuWiki only.
141 calls to the SECONDARY auth plugin, following the concept that DokuWiki's
142 user manager is supposed to manage DokuWiki users in the first place. Thus,
146 how many users really had DokuWiki access.
198 would you want to store users in a DokuWiki-specific textfile and put additional
215 on how to install plugins in DokuWiki.
221 - primary_authplugin: This is the DokuWiki auth plugin that will be used to
224 - secondary_authplugin: This is the DokuWiki auth plugin that will be used to
249 Visit the DokuWiki plugin page at