# How to solve login problems on the Digibee Integration Platform

When logging into the Digibee Integration Platform, problems may occur with the login. Below you can see the most common problems and how to solve them.

## I forgot my password

If you have forgotten your password, click on the **Forgot your password?** button and follow the instructions sent to the registered email address.

## I forgot my realm or email address

If you have forgotten your realm or email, please [contact our Support team](/documentation/troubleshooting/help-and-faq/support.md).

## I entered the wrong credentials or two-factor verification code

You may be locked out in the following situations:

* **If you enter the wrong code or credentials three times:** After the last attempt, you will not be able to try to log in again for the next five minutes. After this period, you can try again.
* **If you enter the wrong code or credentials two more times after the five-minute lockout period has elapsed:** In this case, your login will be locked out for your own security and you will need to contact your [account administrator to unlock it](/documentation/developer-guide/platform-administration/administration/new-access-control/users.md).

{% hint style="info" %}
The number of failed attempts is added up regardless of the time between them. They will only be reset when you enter the correct credentials.
{% endhint %}

## I was blocked by reCAPTCHA

**reCAPTCHA** is a Google technology used to protect your account from automated or malicious login attempts. A reCAPTCHA lockout occurs when Google detects suspicious activity when attempting to log in.

If you are locked out by reCAPTCHA, you will automatically receive a code in your registered email address and must enter it in the required field on the login page to proceed with authentication.

<figure><img src="/files/bxmMD5HmmR3p96IZLDcO" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Tr5Myd1rRe1hmv9gLST5" alt=""><figcaption></figcaption></figure>

You may still be locked out again in the following situations:

* If you enter the wrong code three times. After the last attempt, you will not be able to try to log in again for the next five minutes. After that period, you can try again.
* If you enter the wrong code two more times after the five-minute lockout has elapsed. In this case, your login will be locked out for your own security and you will need to contact your [account administrator to unlock it](/documentation/developer-guide/platform-administration/administration/new-access-control/users.md).

## I can’t log in with my Digibee credentials

<figure><img src="/files/LuX0oOM7bbE92fFrdEqE" alt=""><figcaption></figcaption></figure>

If your realm is integrated, the Access Manager may have blocked logins with Digibee credentials. In this case, you will need to [log in using an Identity Provider (IdP)](/documentation/developer-guide/platform-administration/administration/user-authentication-and-autorization/login-flow.md).

If you do not have an IdP integrated with the Digibee Integration Platform, you will need to request the Access Manager to unblock your access. The Access Manager must access the Digibee Platform [Users screen](/documentation/developer-guide/platform-administration/administration/new-access-control/users.md) to manually unblock your access, as shown below:

For more information about governance in the Digibee Integration Platform, read the article [Roles and responsibilities: Governance and key stakeholder identification](/documentation/developer-guide/platform-administration/administration/new-access-control/access-control-roles/key-stakeholder-identification.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digibee.com/documentation/troubleshooting/common-issues/login-problems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
