# Email Password

## A popup upon Email Password / Email

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/OsecJ0raUUpLGFFK39VD" alt=""></td><td></td><td></td></tr><tr><td><img src="/files/BmUs4800f3f9kdD9caM5" alt=""></td><td></td><td></td></tr></tbody></table>

## Email Verification

#### When used ?

* When signup is clicked by a user, an email is sent to the email address the user enters for authentication.

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

Please refer to [Getting Started](/startrail-sdk-js/getting-started.md) for more details of how to set callbackUrl

{% hint style="info" %}
Redirect Url that is generated at user's click contains the following query parameters.

`https://redirectUrl.com?disable_signup=true&auth_provider=email_password`

You can get the query to identify the status that user is returned from signup process.
{% endhint %}

### UI Samples with combination of parameters

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/IH6MaoYlBUQNPJuqM4kE" alt=""></td><td><code>{loginProvider: ['email_password']}</code></td><td></td></tr><tr><td><img src="/files/eFnJ0K1U6m76qvjYzAMo" alt=""></td><td><code>{loginProvider: ['email_password'], authAction: { login: false, signup: true }}</code></td><td></td></tr><tr><td><img src="/files/qXfWZxWxKcbcbERGDdXs" alt=""></td><td><code>{loginProvider: ['email_password'] authAction: { login: true, signup: false }}</code></td><td></td></tr></tbody></table>


---

# 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.startrail.io/startrail-sdk-js/login-providers/whitelabeling/email-password.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.
