> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/authentication/llms.txt)
> Source: https://docs.saleor.io/api-reference/authentication/enums/account-confirm-mode-enum

# AccountConfirmModeEnum Enum

AccountConfirmMode set the account merging mode for anonymous objects.

This dictates the behavior of the `confirmAccount()` mutation for password-based authentication when attempting to merge orders & giftcard that aren't associated to a user account.

Modes:

-   MERGE\_DISABLED disables merging only when the authentication method is password (i.e., when not using OIDC)
-   REQUIRE\_PASSWORD enables account merging who accounts that use password authentication but it requires the user to enter their password

<a id="values"></a>

### Values

<a id="merge-disabled"></a>

#### [`MERGE_DISABLED`](#merge-disabled)

<a id="require-password"></a>

#### [`REQUIRE_PASSWORD`](#require-password)

<a id="member-of"></a>

### Member Of

[`Shop`](/api-reference/miscellaneous/objects/shop.md) object  ● [`ShopSettingsInput`](/api-reference/miscellaneous/inputs/shop-settings-input.md) input
