Go to the source code of this file.
Classes | |
class | ChangePassword |
Variables | |
$optionsWithArgs = array( 'user', 'password' ) | |
$USAGE | |
$cp = new ChangePassword( @$options['user'], @$options['password'] ) |
Definition in file changePassword.php.
$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().