Server Playbooks
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
If not, ssh in: | If not, ssh in: | ||
* SSH into the server | * SSH into the server | ||
* Go to the directory for the wiki: | |||
** Plot Wiki <code>cd /srv/www/htdocs/mediawiki-crew-empire</code> | |||
** Public Wiki <code>cd /srv/www/htdocs/mediawiki-public</code> | |||
** Crew Wiki <code>cd /srv/www/htdocs/mediawiki-crew-pd</code> | |||
* Run the script: <code>php maintenance/changePassword.php --user=aquarion --password=VerySecurePassword</code> | * Run the script: <code>php maintenance/changePassword.php --user=aquarion --password=VerySecurePassword</code> | ||
Revision as of 20:21, 22 July 2022
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
- Plot Wiki
- 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.