Versions Compared

Key

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

...

Code Block
linenumberstrue
ExecuteCommand("DeleteUser", { "jsmith" });

Addon Configuration

Addons that use the DeleteUser command must define a "DeleteUser" permission in the addon's Config.xml file. The example below defines this permission for an "Aeon Server Testing" addon:

...