]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPasswordResetPlugin
function _PageList_Column* are not private
[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   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~PasswordReset** [[Help:WikiPlugin|plugin]] requires an [[Help:ActionPage|ActionPage]]
11 with the content {{{<<PasswordReset>>}}} to be able the reset user passwords.
12
13 Any Administrator may reset (i.e. delete) any users password. The user may login with an empty
14 password then or set a new one at the sign in page.
15
16 A normal user may only reset a users password who has his email address defined.
17 For users with undefined email address you have to ask an Administrator to reset any password.
18
19 Authenticated users should change their passwords at their [[UserPreferences]] page.
20
21 == Usage ==
22 {{{
23 <<PasswordReset>>
24 <<PasswordReset user=username>>
25 }}}
26
27 == Arguments ==
28
29 {| class="bordered"
30 |-
31 ! Argument
32 ! Description
33 ! Default value
34 |-
35 | user
36 | username to reset the password. (optional)
37 | none
38 |}
39
40 <noinclude>
41 ----
42 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
43 </noinclude>