> For the complete documentation index, see [llms.txt](https://supportx.gitbook.io/buku-mantra-and-sihir/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supportx.gitbook.io/buku-mantra-and-sihir/controller/falco/falco-this-account-has-been-locked-or-disabled-for-security-reasons.md).

# \[FALCO] This account has been locked or disabled for security reasons !

<figure><img src="https://1731165174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtQJu2Q0LuwmDBRrVlRsJ%2Fuploads%2FKiWOw8YZj12BnIwcVCPQ%2Fimage.png?alt=media&amp;token=c7a8c13f-537a-4ecc-a0f3-a56dede39da3" alt=""><figcaption></figcaption></figure>

1. Jalan Query berikut

{% code title="Update spesific user" %}

```sql
UPDATE "DataDBENT"."dbo"."SystemUser" 
SET "SystemUser_01"='FALSE',"SystemUser_02"='FALSE',"SystemUser_03"='TRUE',"SystemUser_04"='FALSE'
WHERE  "UserID"=N'sap';
```

{% endcode %}

{% code title="Update all user" %}

```sql
UPDATE "DataDBENT"."dbo"."SystemUser" 
SET "SystemUser_01"='FALSE',"SystemUser_02"='FALSE',"SystemUser_03"='TRUE',"SystemUser_04"='FALSE';
```

{% endcode %}
