summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/creating-accounts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/creating-accounts.md b/docs/creating-accounts.md
index 78af915..d539689 100644
--- a/docs/creating-accounts.md
+++ b/docs/creating-accounts.md
@@ -44,6 +44,6 @@ To update an account to security level 4 you need to manually edit the fields in
```sql
UPDATE account_access AS access
INNER JOIN account AS account ON access.id = account.id
-SET gmlevel = 4 WHERE name = '<user>';
+SET gmlevel = 4 WHERE username = '<user>';
```