Overriding Password Protection Via Secret Link

Topic summary

A user seeks to bypass Shopify’s site-wide password protection for a single page, allowing direct access via a specific URL while keeping the rest of the site password-protected.

Key Details:

  • The individual page has no header/footer (standalone content)
  • Goal: visitors with the direct link can access this page without entering the store password
  • Visitors using the main store URL would still encounter the password page normally

Proposed Solution:
An expert suggests this is achievable through custom code that redirects all visitors to the specific open page (e.g., example.com/pages/anything), while keeping other pages protected. However, this approach requires upgrading the Shopify plan to allow custom code implementation.

Current Status:
The original poster confirms they have custom coding capability and is now asking what type of redirection code is needed and where to apply it. The discussion remains open with implementation details pending.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Hi, Is there anyway I can have a specific page (with normal url) not affected by password protection. Meaning the entire site is Password Protected but this one page (so only people with the link can access that individual page)

The individual page im referring has no header or footer just text (meaning anyone with the link cant explore beyond this page anyways).

Would appreciate any help or advice. Thanks

Hello @notaaron1 , you can customize the password page using customizer. If you want to make it entirely different, please consider hiring an expert and s/he will be able to convert your current password page into your required one.

If you don’t want to hire an expert developer, you can use any page builder like PageFly (I’m not associated or sponsored by them)

Regards,
Osama Farooqi

1 Like

Hi @osamafarooqi71 , I dont think you understand what im trying to say. I dont want to customize password page at all.

I just want to have a separate page to be accessible without requiring a password while the rest of the site requires a password.

For example: If someone uses normal store url link they go to Password Page (as normal), but if someone uses a specific url link for a specific page on store they go directly to the page (without needing to enter a password)

Thanks for your response though

Thank you @notaaron1 for the detailed description. As per my understanding, you want to protect your whole website and only one page is open for visitors. So, anybody visiting your store will be redirected to the specific page.

Let’s say, you have a store example.com and you want to protect all the pages. If anybody visits your store it should be redirected to that one page which is open (no password needed) like example.com/pages/anything

If this is the case, we can make this happen via custom code. But it will require you to upgrade your Shopify plan.

Regards,

Osama Farooqi

Thanks for the detailed response @osamafarooqi71 and yes this is what I was referring to.

I am currently able to custom code as I have already done some to my site already.

What type of code is required for this type of redirection & where do I apply it?