Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#DROPEUSER <NAME>

#LOGIN

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

Changes the login that is used by other commands like #QUERY

Parameters

Example

This example changes the user to "System" with password "manager"

Code Block
languagejavascript
themeEclipse
linenumberstrue
#LOGIN System manager
Code Block
#LOGIN <NAME> <PASSWORD>

#LOGOUT

Logs

...

the current

...

used user out

Parameters

Example

Code Block
languagejavascript
themeEclipse
linenumberstrue
#LOGOUT
#LOGOUT
Code Block
Code Block