Server Playbooks
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:
- Go to the directory for the wiki.:
- SSH into the server
* Plot Wikicd /srv/www/htdocs/mediawiki-crew-empire
* Public Wikicd /srv/www/htdocs/mediawiki-public
* Crew Wikicd /srv/www/htdocs/mediawiki-crew-pd
- Run the script:
php maintenance/changePassword.php --user=aquarion --password=VerySecurePassword
- Suggest they go to change it at
https://www.profounddecisions.co.uk/empireplotwiki/Special:ChangeCredentials/
(replace for correct wiki location)
That's it.