]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2F_AuthInfoPlugin
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2F_AuthInfoPlugin
1 Date: Wed, 28 May 2008 19:07:29 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2F_AuthInfoPlugin;
5   flags="";
6   markup=2;
7   charset=iso-8859-1
8 Content-Transfer-Encoding: binary
9
10 Administrative plugin, used to debug auth problems and settings.
11 This plugin is only for testing purposes.
12 If DEBUG has no _DEBUG_LOGIN bit set, only the admin user can call it,
13 which is of no real use.
14
15 Warning! This may display DB and user passwords in cleartext. We think we
16 cleared everything out though.
17
18 !!! Usage
19 <verbatim>
20   <?plugin _AuthInfo userid||=AdminUser ?>
21 </verbatim>
22
23 !!! Arguments
24
25 userid:
26   default: current user
27
28 !!! Example
29
30 See DebugAuthInfo
31
32 !!! Authors
33 [Jeff Dairiki|PhpWiki:JeffDairiki], [Reini Urban|PhpWiki:ReiniUrban]
34
35 !!! See Also
36
37 DebugAuthInfo is the corresponding Help:ActionPage.
38
39 Help:_GroupInfoPlugin, Help:_BackendInfoPlugin
40 ----
41 [PhpWikiDocumentation] [WikiPlugin|Help:WikiPlugin]