Server Playbooks
No edit summary |
|||
Line 7: | Line 7: | ||
== Changing a Wiki User password == | == Changing a Wiki User password == | ||
* Go to the directory for the wiki. | * Go to the directory for the wiki.: | ||
* SSH into the server | |||
* * 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 e.g <code>php maintenance/changePassword.php --user=aquarion --password=VerySecurePassword</code> | * Run the script e.g <code>php maintenance/changePassword.php --user=aquarion --password=VerySecurePassword</code> | ||
* Suggest they go to change it at <code>https://www.profounddecisions.co.uk/empireplotwiki/Special:ChangeCredentials/</code> (replace for correct wiki location) | |||
That's it. | That's it. |
Revision as of 17:17, 18 April 2022
Stuff on how the servers work
Changing a Wiki User password
- Go to the directory for the wiki.:
- SSH into the server
- * 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 e.g
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.