Mediawiki ubah password user

From OnnoWiki
Revision as of 05:14, 20 November 2014 by Onnowpurbo (talk | contribs) (New page: '''changePassword.php''' can be used to change the password of a user on your wiki. == Usage == php changePassword.php --user=target_username --password=new_password An example: php...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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;)



Referensi