Lines Matching refs:to

13 This auth plugin is for you if you don't want your users to have to login
15 your webserver to perform some sort of authentication (eg. HTTP Basic or
17 credentials to PHP scripts through the superglobal variables
28 so that DokuWiki consequently does not expose these controls to the user
33 capabilities, the user could attempt to change his password through the
40 else), causing Single Sign-On to break and errors to be displayed.
45 For example, if you configure your Webserver to display the username/password
46 prompt but not to actually validate them, there is no problem at all since
60 not provide and where the plugin, when used on its own, thus has to improvise:
63 domain part to the user's login name. This will generate email addresses that
65 want to disable email-related functions in DokuWiki.
68 also be reported to be member of "specialgroup". If you did not modify
70 leave this setting at "admin" as well and put users supposed to be admins in
73 If these limitations are not acceptable, you might want to combine authhttp
77 case that while users are known to authhttp, they aren't to the secondary auth
78 plugin yet, so they'd have to register (unless authsplit's "autocreate_users"
91 and rename the extracted directory to "authhttp", otherwise the plugin won't
94 Please refer to http://www.dokuwiki.org/plugins for additional info
95 on how to install plugins in DokuWiki.
108 - emaildomain: The domain to append to login names to generate email addresses.
109 - specialusers: The login names of users to be put in the special group. You
115 have no effect any longer due to the way authsplit works.