Revision as of 12:46, 7 March 2023 by Matt (talk | contribs) (→‎Changing a Wiki User password)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Stuff on how the servers work

Changing a Wiki User password

Ideally, they go to the password reset page - https://www.profounddecisions.co.uk/empireplotwiki/Special:PasswordReset for the plot wiki - and that works.

If not, ssh in:

  • SSH into the server
  • Go to the directory for the wiki:
    • Plot Wiki cd /srv/www/htdocs/mediawiki-crew-empire
    • Public Wiki cd /srv/www/htdocs/mediawiki-public
    • Crew Wiki cd /srv/www/htdocs/mediawiki-crew-pd
  • Run the script: php maintenance/changePassword.php --user={USERS_USER_NAME} --password=VerySecurePassword

That's it.