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
editor
from the Server:orientdb>
DROP SERVER USER editor
Server user 'editor' dropped correctly
To view the current server users, see the
LIST SERVER USERS
command. To create or update a server user, see theSET SERVER USER
command.For more information on other commands, see Console Commands.