# ストアのパスワードロック方法

### 🔐 学べること

* Shopifyストアでパスワード保護を有効にする方法
* ストアのパスワードを設定する方法
* ローンチ時にパスワード保護が有用な理由

***

### ステップ1：環境設定に移動

1. Shopify管理画面で、クリックします **オンラインストア**
2. 次にクリックします **環境設定（Preferences）**
3. までスクロールします **パスワード保護** セクション

***

### ステップ2：パスワードページを有効にする

1. チェックボックスをオンにします **「パスワードを知っている訪問者にのみアクセスを制限する」**
2. を入力します **パスワード** 任意のもの
   * これはチームメンバーや先行アクセスの顧客に渡すものです
3. を追加します **任意のメッセージ** パスワード入力欄の上に表示されます（例：「近日公開 — 閲覧にはパスワードを入力してください」）
4. クリック： **保存**

> 💡 このパスワードを知っている訪問者のみがストアフロントにアクセスできます。その他の訪問者はパスワードページが表示されます。

***

### ステップ3：パスワードページをプレビュー

1. 移動先： **オンラインストア > カスタマイズ**
2. 上部のドロップダウンで選択します **「パスワード」** ページ一覧から
3. これでパスワードページのライブプレビューが表示されます

***

### 利用ケースのアイデア

🛠️ **開発モード** – 構築中の未完成ストアを非公開にする\
🚨 **プロダクトドロップ** – カウントダウンで盛り上げ、公開時にアクセスを解除する\
🎁 **VIPアクセス** – 登録者にパスワードをメールで送って早期入場させる

> ⚠️ 注意：公開の準備ができたら、に戻ってパスワードのチェックを外してください。さもないと、タイマーが終了しても顧客は引き続きアクセスできません。 **オンラインストア > 環境設定** とチェックを外します。さもないと、タイマーが終了しても顧客はロックされたままになります。

***

### **ヘルプが必要ですか？**

* 💬 **Discordでコミュニティに参加：** <https://discord.gg/hcc2GvgZc6>
* 📧 **メールでお問い合わせ：** <support@openspaces.design>
* 💻 **ライブチャット：** 月〜金、現地時間午前10時〜午後6時（EST）に当社ウェブサイトで直接対応


---

# 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.openspaces.design/english-ja/readme-1/pages-and-menus/password-page/how-to-password-lock-store.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.
