]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPasswordResetPlugin
New help page describing PageList arguments
[SourceForge/phpwiki.git] / pgsrc / Help%2FPasswordResetPlugin
1 Date: Thu, 15 Apr 2010 16:32:58 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FPasswordResetPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~PasswordReset** [[Help:WikiPlugin|plugin]] requires an [[Help:ActionPage|ActionPage]]
12 with the content {{{<<PasswordReset>>}}} to be able the reset user passwords.
13
14 Any Administrator may reset (i.e. delete) any users password. The user may login with an empty
15 password then or set a new one at the sign in page.
16
17 A normal user may only reset a users password who has his email address defined.
18 For users with undefined email address you have to ask an Administrator to reset any password.
19
20 Authenticated users should change their passwords at their [[UserPreferences]] page.
21
22 == Usage
23 {{{
24 <<PasswordReset>>
25 <<PasswordReset user=username>>
26 }}}
27
28 == Arguments
29
30 {| class="bordered"
31 |-
32 ! Argument
33 ! Description
34 ! Default value
35 |-
36 | user
37 | username to reset the password. (optional)
38 | none
39 |}
40
41 <noinclude>
42 ----
43 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
44 </noinclude>