diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-04-22 18:13:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 18:13:23 +0200 |
| commit | 453d5c711b3aabdc334eecd4784d3b0f685ea1a6 (patch) | |
| tree | 2cce99592ea882d11cc1267de0d4fc6fca3a693e /docs | |
| parent | cc01fcd2d0bac39d9a811856f2746de891d74641 (diff) | |
| download | wiki-453d5c711b3aabdc334eecd4784d3b0f685ea1a6.tar.gz wiki-453d5c711b3aabdc334eecd4784d3b0f685ea1a6.tar.bz2 wiki-453d5c711b3aabdc334eecd4784d3b0f685ea1a6.zip | |
Update Creating-Accounts.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Creating-Accounts.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Creating-Accounts.md b/docs/Creating-Accounts.md index 3a72f32..ede8b28 100644 --- a/docs/Creating-Accounts.md +++ b/docs/Creating-Accounts.md @@ -14,6 +14,12 @@ Note that any gm commands issued from the worldconsole do not require a . in fro `account create acoreuser abc123` +## Changing password + +``` +account set password <user> <password> <password> +``` + # Modifying Account GM Levels From the worldserver console you can use the account set gmlevel command to modify the gm rights for user. The available levels range from 0 (no access) to 3 (most access). The following command is used to set gm levels for an account: @@ -36,4 +42,4 @@ In this case we are assuming you used the default database name of auth. If you `UPDATE auth.account_access AS access INNER JOIN auth.account AS account ON access.id = account.id -SET gmlevel = '4' WHERE name = 'acoreuser';`
\ No newline at end of file +SET gmlevel = '4' WHERE name = 'acoreuser';` |
