summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarbz <BarbzYHOOL@users.noreply.github.com>2019-03-03 15:11:59 +0100
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-03-03 15:11:59 +0100
commit306fac1fbdc70cc8227cc6009ff60ff48f90e864 (patch)
treead187df21403f36d8d8d745783b67a12e3dd69b1
parent5cd2d8ba4860b33a7383afec4f5b6e07b8279146 (diff)
downloadwiki-306fac1fbdc70cc8227cc6009ff60ff48f90e864.tar.gz
wiki-306fac1fbdc70cc8227cc6009ff60ff48f90e864.tar.bz2
wiki-306fac1fbdc70cc8227cc6009ff60ff48f90e864.zip
Commands to change test accs pass (#14)
-rw-r--r--docs/Installation.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
index e807c6c..fe22900 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -201,4 +201,18 @@ Run `worldserver.exe` and `authserver.exe` from `CMAKE_INSTALL_PREFIX`.
## 8) Connecting to the server
-Edit your `realmlist.wtf` and add the IP you set in the realmlist table (and the port if needed). Then you can connect with a newly made account or the test accounts (`test1` to `test10`, with password `a`)
+Edit your `realmlist.wtf` and add the IP you set in the realmlist table (and the port if needed). Then you can connect with a newly made account or the test accounts (`test1` to `test10`, with password `a`).
+
+You can change all the passwords at once by pasting this into the worldserver console:
+```
+.account set password test1 new_pass new_pass
+.account set password test2 new_pass new_pass
+.account set password test3 new_pass new_pass
+.account set password test4 new_pass new_pass
+.account set password test5 new_pass new_pass
+.account set password test6 new_pass new_pass
+.account set password test7 new_pass new_pass
+.account set password test8 new_pass new_pass
+.account set password test9 new_pass new_pass
+.account set password test10 new_pass new_pass
+```