Mediawiki ubah password user
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
;)