> For the complete documentation index, see [llms.txt](https://docs.logicdialog.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logicdialog.ai/support/changes-to-authentication-provider.md).

# Changes to Authentication Provider

In Janurary 2025 Logicdialog updated the tool that provides secure authentication for all of its users. While the majority of the features and functionality will remain the same, there will be a small implication to users the first time they log in after this update has been deployed. Specifically, **users will need to set a new password.**

Users will access the application via the same URL ( <https://portal.logicdialog.ai> ) however if they are not authenticated they will be redirected to a different login portal. This portal will look like the image shown below and will have reference to "Kinde" at the bottom. This is the authenticaiton provider.&#x20;

<figure><img src="/files/8D1UV6WTR1hOj7CEYbFs" alt=""><figcaption></figcaption></figure>

From this screen you will need to enter the email address that you use to login. Doing so and clicking continue will take you to a confirmation page that will indicate an email has been sent to you.&#x20;

<figure><img src="/files/2Hf4vC9Da9RjvYL98zKd" alt=""><figcaption></figcaption></figure>

The email will look something like this :&#x20;

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

After entering the code in the browser, on the screen shown above you will then be able to set a password.&#x20;

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

After completing this process you will be taken back to the application where you will have access to all the workspaces you previously had access to.&#x20;

This password reset process is a one off task and next time you choose to log in, you can simply enter the password you have just created.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.logicdialog.ai/support/changes-to-authentication-provider.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
