]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2F_GroupInfoPlugin
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2F_GroupInfoPlugin
1 Date: Wed, 28 May 2008 19:05:33 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2F_GroupInfoPlugin;
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 _GroupInfo ?>
21 </verbatim>
22
23 !!! Arguments
24
25 page _(default: current pagename)_:
26   The page to execute upon.
27
28 !!! Example
29
30 See DebugGroupInfo
31
32 !!! Author
33 [Charles Corrigan|PhpWiki:CharlesCorrigan]
34
35 !!! See Also
36
37 DebugGroupInfo is the corresponding Help:ActionPage.
38
39 Help:_AuthInfoPlugin, Help:_BackendInfoPlugin
40
41 ----
42 [PhpWikiDocumentation] [WikiPlugin|Help:WikiPlugin]