Legend
| Method: bool createUser( |
| string | username | Username for the new user. |
| string | passwordHash | Hashed password for the new user. |
| bool | canCreateUsers | Specifies whether the new user has the right to create new users. |
true if a new user was created; false if username is already taken.