Manual:changePassword.php

From MediaWiki.org

Jump to: navigation, search
MediaWiki File: changePassword.php
Location: /maintenance/
Source code: HEAD

1.15.11.14.11.6.12

Classes: None


changePassword.php can be used to change the password of a user on your wiki.

[edit] Usage

php changePassword.php --user=target username --password=new password

Or to display a help message:

php changePassword.php --help

[edit] Options

--user (the user's name)
--password (the user's new password)
--help (displays help message)