Updated on 2025-05-14 GMT+08:00

Why Is My Account Locked?

Symptom

  • When you log in to the system, a message is displayed, indicating that your account is locked and can be used to log in again after 15 minutes.
  • When you call an API (such as the API used to obtain a user token) whose request parameters include a password, the following response is displayed:
    {
        "error": {
            "code": 401,
            "message": "The account is locked.",
            "title": "Unauthorized"
        }
    }

Possible Causes

Your account is locked for 15 minutes due to security exceptions, for example, you have entered incorrect passwords multiple times, or the account has been frequently used for login from different locations.

Solutions