You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

#CREATEUSER

Creates a new user with a given name and password.

#CREATEUSER <NAME> <PASSWORD>

#DROPUSER

Removes the user with the given name.

#DROPEUSER <NAME>

#LOGIN

Makes a login call. (Remark: Currenlty not working correctly for all cases.)

#LOGIN <NAME> <PASSWORD>

#LOGOUT

Logs out the current logged in user. (Remark: Currenlty not working correctly for all cases.)

#LOGOUT
  • No labels