From 453d5c711b3aabdc334eecd4784d3b0f685ea1a6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 22 Apr 2021 18:13:23 +0200 Subject: Update Creating-Accounts.md --- docs/Creating-Accounts.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/Creating-Accounts.md') 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 +``` + # 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';` -- cgit