> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/german/plain-jane-interactive/pages-and-menus/password-page.md).

# Passwortseite

### 🔒 Was du lernen wirst

* Wofür die Passwort-Seite verwendet wird
* Was neu ist in Plain Jane v3.0
* Abschnitte und Funktionen auf der Passwort-Seite

***

Die **Passwortseite** ist ein Zielbildschirm, der Besuchern angezeigt wird, wenn dein Shop passwortgeschützt ist. Das ist nützlich für:

* 🔧 Shops im Aufbau
* 🎁 Exklusive Drops launchen
* 🕰️ Hype erzeugen mit Countdowns und E-Mail-Sammlung

Im **Plain Jane v3.0**, die Passwort-Seite ist vollständig anpassbar mit Drag-&-Drop-Abschnitten—genau wie die Startseite. Sie unterstützt jetzt:

* Timer mit Animationen
* Login-Links für Shop-Besitzer
* E-Mail- & SMS-Erfassung (über Blöcke oder Apps)
* Benutzerdefinierte Unlock-Animationen
* Musikplayer, Preloader und mehr

***

### 📦 Was enthalten ist

Standardmäßig enthält deine Passwort-Seite:

* **Textblock** – Für Überschriften und Informationen
* **Link des Shop-Besitzers** – Ermöglicht dir (oder Early-Customern), den Shop zu entsperren
* **Timer** – Countdown bis zum Start oder Zugriff
* **Musikplayer** – Optionale Hintergrund-Audio
* Möglichkeit, andere Theme-Blöcke hinzuzufügen wie:
  * Bild-Stream
  * FAQ
  * Eingebettete E-Mail-Anmeldung
  * Custom Liquid

> 💡 Du kannst Abschnitte ausblenden, neu anordnen oder neue Abschnitte hinzufügen wie auf jeder anderen Seite im Theme-Editor.

***

### 🆕 Was neu ist in Plain Jane 3.0

| Funktion                            | v2.0            | v3.0 ✅                   |
| ----------------------------------- | --------------- | ------------------------ |
| Abschnittsbasierte Layouts          | ❌ Fixiert       | ✅ Ja                     |
| Countdown-Timer-Block               | ❌ Eingeschränkt | ✅ Volle Kontrolle        |
| E-Mail + SMS-Erfassung              | ❌ Eingeschränkt | ✅ Integriert             |
| Shop-Entsperrungs-Animation         | ✅ Enthalten     | ✅ Enthalten              |
| Benutzerdefinierte Styling-Optionen | ✅ Minimal       | ✅ Erweiterte Steuerungen |

> ⚠️ Wichtig: Auch wenn der Timer endet, musst du den Passwortschutz in **Onlineshop > Präferenzen** manuell deaktivieren, damit Kunden auf deinen Live-Shop zugreifen können.

***

### 🛠️ Nächste Schritte

Um mit der Anpassung zu beginnen:

* Gehen Sie zu **Onlineshop > Anpassen**
* Verwende das Dropdown, um zu wechseln zu **Passwort** Seiten
* Beginne mit der Bearbeitung jedes Abschnitts

***

### **Brauchen Sie Hilfe?**

* 💬 **Treten Sie unserer Community auf Discord bei:** <https://discord.gg/hcc2GvgZc6>
* 📧 **Schreiben Sie uns eine E-Mail an:** <support@openspaces.design>
* 💻 **Chatten Sie live mit uns:** Verfügbar Montag–Freitag, 10:00–18:00 EST, direkt auf unserer Website


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openspaces.design/german/plain-jane-interactive/pages-and-menus/password-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
