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