Revision as of 17:11, 11 April 2024 by Matt (talk | contribs) (Created page with "==Overview== This is a bunch of stuff matt has compiled to do maintenance work on the wikis. ==Passwords== To change a password you need username and the new password. Login to server and navigate to: /var/www/html/mediawiki-crew-empire/maintenance# (this is for the plot wiki). Then run this command from the prompt: php runScript.php changePassword.php --user=userName --password=newPassword")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

This is a bunch of stuff matt has compiled to do maintenance work on the wikis.

Passwords

To change a password you need username and the new password.

Login to server and navigate to:

/var/www/html/mediawiki-crew-empire/maintenance# (this is for the plot wiki).

Then run this command from the prompt:

php runScript.php changePassword.php --user=userName --password=newPassword