maintenance/changePassword.php File Reference

Change the password of a given user. More...

Go to the source code of this file.

Classes

class  ChangePassword

Variables

 $optionsWithArgs = array( 'user', 'password' )
 $USAGE
 $cp = new ChangePassword( @$options['user'], @$options['password'] )


Detailed Description

Change the password of a given user.

Author:
Ævar Arnfjörð Bjarmason <avarab@gmail.com> Copyright © 2005, Ævar Arnfjörð Bjarmason http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later

Definition in file changePassword.php.


Variable Documentation

$cp = new ChangePassword( @$options['user'], @$options['password'] )

Definition at line 26 of file changePassword.php.

$optionsWithArgs = array( 'user', 'password' )

Definition at line 13 of file changePassword.php.

$USAGE

Initial value:

        "Usage: php changePassword.php [--user=user --password=password | --help]\n" .
        "\toptions:\n" .
        "\t\t--help      show this message\n" .
        "\t\t--user      the username to operate on\n" .
        "\t\t--password  the password to use\n"

Definition at line 16 of file changePassword.php.

Referenced by ChangePassword::ChangePassword().


Generated on Sat Sep 5 02:08:27 2009 for MediaWiki by  doxygen 1.5.9