diff --git a/0.7.4/actions-overview/index.html b/0.7.4/actions-overview/index.html index f114d8008..11e021359 100644 --- a/0.7.4/actions-overview/index.html +++ b/0.7.4/actions-overview/index.html @@ -4,7 +4,7 @@
Syntax:
-SYSCTL CREATE USER 'username' WITH { password: 'password' }
SYSCTL CREATE USER <username> WITH { password: 'password' }
root
onlySyntax:
-SYSCTL ALTER USER 'username' WITH { password: 'new password' }
SYSCTL ALTER USER <username> WITH { password: 'new password' }
root
onlySyntax:
-SYSCTL DROP USER 'username'
SYSCTL DROP USER <username>
root
onlyYou can have any number of standard users. Standard users can essentially manipulate data but can't modify the objects that store them.
-To change the password for a given account, you can follow the instructions on BlueQL's DCL guide here.
+To create an user account, run the following BlueQL query:
+SYSCTL CREATE USER <username> WITH { password: 'password' }
Read more about creating users here.
+To remove or update an account, you can follow the instructions on BlueQL's DCL guide here.
Standard users can access the following query types: