]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPasswordResetPlugin
bump version
[SourceForge/phpwiki.git] / pgsrc / Help%2FPasswordResetPlugin
1 Date: Wed, 11 Oct 2006 09:16:43 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13)
3 X-Rcs-Id: $Id: Help%2FPasswordResetPlugin,v 1.2 2007-01-02 13:24:58 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FPasswordResetPlugin;
6   pgsrc_version="2 $Revision: 1.2 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 The PasswordReset Help:WikiPlugin requires an ~ActionPage with the content 
13 =<~?plugin ~PasswordReset ?~>= to be able the reset user passwords.
14
15 Any Administrator may reset (i.e. delete) any users password. The user may login with an empty 
16 password then or set a new one at the sign in page.
17
18 A normal user may only reset a users password who has his email address defined. 
19 For users with undefined email address you have to ask an Administrator to reset any password.
20
21 Authenticated users should change their passwords at their UserPreferences page.
22
23 ! Usage:
24 <verbatim>
25   <?plugin PasswordReset ?>
26 </verbatim>
27
28 !! Plugin Arguments:
29 __user__:
30   username to reset the password. (optional)
31
32 -----
33
34 PhpWikiDocumentation Help:WikiPlugin