# Configure White Label Login

White Label Login allows you to offer an email/password login system independent of any platform. It can be used for a single game, across multiple games, or even to enable login on a website.

### Configuration

To begin using White Label Login, you must first enable the platform in the [Platform Settings](https://console.lootlocker.com/settings/platforms/white_label_login) for both the Stage and Live environments.

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

#### Email Service Setup

LootLocker sends automated emails to your players when they create an account, verify their account, or reset their password. To configure the email service, provide the following details:

* **Game/Company Name**: The name displayed in emails sent to users.
* **Sender Name**: The name shown in the "from" section of the email.
* **Reply-To Email**: The email address where user replies will be sent.

#### Settings and Options

The following options can be configured to tailor the White Label Login experience:

* **Enable Account Verification**: Requires new White Label accounts to verify their email address. Players will receive an email with a verification link upon sign-up.
* **Block Unverified Players**: (Requires Account Verification) Prevents unverified users from starting a LootLocker session until they complete verification.
* **Isolate Unverified Players**: If unverified players are allowed to start sessions, this setting prevents them from submitting scores to leaderboards.
* **Logo**: Add a logo to be displayed in automated emails and on account-related pages, such as verification and password reset.
* **Remember Me Session Length**: Set the duration (in days) for sessions when players choose the "remember me" option during login.


---

# 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.lootlocker.com/players/white-label-login/how-to/white-label-login.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.
