Lines Matching refs:that

14 method calls among TWO other auth plugins that will do the actual work:
15 - a PRIMARY auth plugin that will be used for VALIDATION of login names and
19 - a SECONDARY auth plugin that supplies ADDITIONAL user information such as
24 particularly useful auth plugin with an auth plugin that is more powerful, yet
27 The example that comes to mind is to use authhttp as PRIMARY auth plugin and
29 HTTP authentication information with an auth plugin that supplements everything
36 them, it is possible that a user is known to one of the two plugins only or
37 stored with different data. This may lead to the effect that while one auth
53 - checkPass(): this is DokuWiki's method that validates login names and
54 passwords. authsplit will first make sure that the PRIMARY auth plugin
70 - _checkUserOnSecondaryAuthPlugin(): This is an internal helper method that
72 groups) from the SECONDARY auth plugin, which means that the user will have to
78 most likely not be very useful, the user will not only be notified that an
79 account has been automatically created for him or her, but that (s)he should
102 - createUser(): this is the method that gets called if users register themselves
107 the user there, first. This is so that you can use DokuWiki to quickly create
117 This also means that an Admin can not specify a password in the user manager
119 too. If not (and this is the case eg. for authhttp), this also means that in
123 eg. comes with an action plugin that takes care of this.
128 modify in the PRIMARY auth plugin first (if that plugin reports being
129 capable of modifying it, that is), then in the SECONDARY auth plugin.
141 calls to the SECONDARY auth plugin, following the concept that DokuWiki's
149 to the SECONDARY auth plugin since, by design, that is where group membership
153 calls to the PRIMARY auth plugin since that is the one that dictates
157 auth plugin since that is the one that dictates restrictions on group names.
187 This theory tells you, for example, that if you combine authplain as PRIMARY
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
232 accounts for any users that exist in the PRIMARY auth plugin, but are yet
240 Note that you'll have to take some of the used auth plugin's settings into