> ## Documentation Index
> Fetch the complete documentation index at: https://docs.digifist.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Password

> Customize the layout and features of your password page.

export const SnippetPath = ({parent, child, template = true, section = false}) => {
  return <Info>
			<strong>PATH:</strong> Online Store &gt; Themes &gt; Customize

			{}
			{section && <> &gt; Add section</>}

			{}
			{template && <> &gt; Template Selector</>}

			{}
			{parent && <> &gt; {parent}</>}

			{}
			{child && child !== '' && <> &gt; {child}</>}
		</Info>;
};

The password page is shown when your store is locked and only accessible with a password. It allows you to customize the message and optional email signup to welcome visitors while the store is under construction or preparing for launch.

<SnippetPath parent="Password" />

<img src="https://mintcdn.com/digifist/FSR8ji_9Ai8Bv4ZR/images/theme/release/page-password.png?fit=max&auto=format&n=FSR8ji_9Ai8Bv4ZR&q=85&s=f5a6c3a01a85c0e5d9e9a8e929a4eb4c" alt="Password" width="1200" height="657" data-path="images/theme/release/page-password.png" />

## Key Settings

| **Setting**         | **Description**                                                       |
| :------------------ | :-------------------------------------------------------------------- |
| Heading             | Main message displayed on the page.                                   |
| Text                | Optional supporting text shown under the heading.                     |
| Email signup        | Enable an email signup form for collecting subscribers before launch. |
| Signup title & text | Title and text displayed above the signup field.                      |
