Password protected page shows email field instead of password field

Sylwiaell
Tourist
11 0 3

Hi.

After I updated my stores language my main page with password protection has been changed into a one that has only a weird email-input. There's no password-input anymore.

I cleaned the cookies and have been reading through plenty of threads but didn't find any solution.

My website: www.kosedyret.no

 

My layout liquid password:

 

<!doctype html>
<html class="no-js" lang="{{ request.locale.iso_code }}" class="fonts-loading">
<head>
{%- liquid
render 'head'
render 'javascript'
echo content_for_header
-%}
</head>
<body class="no-js" data-section-type="main-body">
<div id="ajaxBusy" style="background:#fff;content:'';height:100%;margin:0px;padding:0px;position:fixed;right:0;top:0;width:100%;z-index: 999999;"><div class="loader"></div></div>
{%- liquid
render 'noScript'
-%}
<div class="content" role="main">
{%- liquid
echo content_for_layout
-%}
</div>
<div id="quick-modal" class="modal" aria-hidden="true">
<div class="modal-overlay" tabindex="-1" data-micromodal-close>
<div class="modal-container shopify-section" role="dialog" aria-modal="true" aria-labelledby="modal" >
<div class="modal-content"></div>
<button class="modal-close" aria-label="{{ 'layout.general.close' | t }}" data-micromodal-close></button>
</div>
</div>
</div>
</body>
</html> 

Reply 1 (1)

Tomrob101010
Shopify Partner
4 0 1

I need help with this too - any luck finding another thread?