Add command for locking/unlocking users #25

Closed
opened 2024-08-06 01:47:11 +02:00 by oysteikt · 0 comments
Owner

New feature:

ALTER USER [IF EXISTS] account_name
ACCOUNT LOCK;
ALTER USER [IF EXISTS] account_name
ACCOUNT UNLOCK;
New feature: ```sql ALTER USER [IF EXISTS] account_name ACCOUNT LOCK; ``` ```sql ALTER USER [IF EXISTS] account_name ACCOUNT UNLOCK; ```
oysteikt added the
feature request
label 2024-08-06 01:47:11 +02:00
Sign in to join this conversation.
No description provided.