Manual:changePassword.php

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

HEAD1.18beta1
1.18.11.17.2

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

An example:

php changePassword.php --user=JohnSmith --password=Secret12

Usernames and passwords can have spaces, which will need to be protected from your shell (be it bash or cmd.exe; see Troubleshooting, below):

php changePassword.php --user="Anna Graham" --password="fierce sea ceasefire"

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)

[edit] Troubleshooting

  • This script may not work if you are using memcached on your MediaWiki installation. You can restart memcached to make it clear its cache and allow you to login again.
  • Windows has special challenges with parsing double-quoted strings, as when a username or password contains spaces in the second example above. You may find some illumination on this issue here (autohotkey.net)—or it might just make your brain hurt.
    • Occasionally triple ("""quoted string""") and quadruple sets of double quotes will solve your problems with Windows' command shell, cmd.exe. You may be happier, though, to try Cygwin and follow the Unix conventions for quoting strings, which are a bit more sane.
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox