Create User
The CREATE USER command is used to create a new user in RioDB.
Access Rule
Requires ADMIN role.
Syntax
CREATE USER <username> '<password>';
Example
CREATE USER bob 'T3llM3When!';
Be sure to see the CHANGE USER page for assigning access roles.