Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 598 Bytes

disable-user.mdx

File metadata and controls

30 lines (20 loc) · 598 Bytes
title description
DISABLE USER
The DISABLE USER command disables a specified username from the system (it does not remove it)

Syntax

DISABLE USER username

Privileges

USERADMIN

Description

The DISABLE USER command disables a specified username from the system (it does not remove it). After command execution, the user specified in the username argument can no longer log into the system.

Return

OK string or error value (see SCSP protocol).

Example

> DISABLE USER user1
OK