How to make more beautiful & collect emails on shopify password-page during shop-building?

Topic summary

Goal: Identify and customize Shopify’s password (coming soon) page and collect emails during store setup.

  • Page name/access: The storefront “password page” is reachable at your-store-name.myshopify.com/password or yourdomain.com/password. For development stores, modification of the exact page shown in the screenshot may be limited.

  • Customization options: Use Theme Editor > Template > Password to adjust layout and style, or edit password.liquid for deeper changes. Official docs and a partner blog post were provided for guidance. A screenshot illustrates the Theme Editor view.

  • Email collection: Add an Email form on the password page to create email subscribers while the store remains locked by password, or use the Shopify Forms app for signup capture.

  • Outcomes: Concrete steps and resources were shared (editor path, template file, and apps). The feasibility for modifying the development store’s specific page remains somewhat uncertain, but standard password page customization and email capture methods are confirmed.

  • Status: No conflict; thread appears informative with actionable next steps, no explicit resolution noted.

Summarized with AI on December 26. AI used: gpt-5.

Hi @kiwi8

Not sure if you can modify the page in your screenshot for a development store.

https://help.shopify.com/en/manual/online-store/themes/password-page

However you can direct users to your-store-name.myshopify.com/password or yourdomain.com/password.

https://help.shopify.com/en/partners/dashboard/managing-stores/development-stores#the-development-store-password-page

Modify the look of password page via Theme Editor > Template Password,

or modify password.liquid.
https://shopify.dev/docs/storefronts/themes/architecture/templates/password

https://www.shopify.com/partners/blog/customize-shopify-password-pages-with-the-password-liquid-template

Capture email via the Email form ( creates email subscribers ) as a requirement for entering password to view development site,
or integrate https://apps.shopify.com/shopify-forms.

Regards