Console - DROP SERVER USER
Removes a user from the server. In order to do so, the current system user running the Console, must have permissions to write to the $ORIENTDB_HOME/config/orientdb-server-config.xmL configuration file.
Syntax
DROP SERVER USER <user-name>
<user-name>Defines the user you want to drop.
NOTE: For more information on server users, see OrientDB Server Security.
This feature was introduced in version 2.2.
Example
Remove the user
editorfrom the Server:orientdb>DROP SERVER USER editorServer user 'editor' dropped correctly
To view the current server users, see the
LIST SERVER USERScommand. To create or update a server user, see theSET SERVER USERcommand.For more information on other commands, see Console Commands.