diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2019-03-03 15:11:59 +0100 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-03-03 15:11:59 +0100 |
| commit | 306fac1fbdc70cc8227cc6009ff60ff48f90e864 (patch) | |
| tree | ad187df21403f36d8d8d745783b67a12e3dd69b1 | |
| parent | 5cd2d8ba4860b33a7383afec4f5b6e07b8279146 (diff) | |
| download | wiki-306fac1fbdc70cc8227cc6009ff60ff48f90e864.tar.gz wiki-306fac1fbdc70cc8227cc6009ff60ff48f90e864.tar.bz2 wiki-306fac1fbdc70cc8227cc6009ff60ff48f90e864.zip | |
Commands to change test accs pass (#14)
| -rw-r--r-- | docs/Installation.md | 16 |
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 +``` |
