Server Playbooks
(Created page with "= Stuff on how the servers work = * Wiki Transfer * Beaker DNS * Favog Wiki Backups") |
No edit summary |
||
Line 4: | Line 4: | ||
* [[Beaker DNS]] | * [[Beaker DNS]] | ||
* [[Favog Wiki Backups]] | * [[Favog Wiki Backups]] | ||
== Changing a Wiki User password == | |||
* Go to the directory for the wiki. eg <code>cd /srv/www/htdocs/mediawiki-crew-empire</code> | |||
* Run the script e.g <code>php maintenance/changePassword.php --user=aquarion --password=VerySecurePassword</code> | |||
That's it. |
Revision as of 21:58, 24 September 2018
Stuff on how the servers work
Changing a Wiki User password
- Go to the directory for the wiki. eg
cd /srv/www/htdocs/mediawiki-crew-empire
- Run the script e.g
php maintenance/changePassword.php --user=aquarion --password=VerySecurePassword
That's it.