Blank password recovery page

When a customer clicks “forgot my password” they are taken to a page that has no content. Below is my customer/login.liquid file. Can anyone spot the problem? https://dealer.ardisam.com/account/login?checkout_url=/


  

    

      

        

          {{ 'customer.recover_password.success' | t }}
        

        
          {% form 'customer_login' %}

            # {{ 'customer.login.title' | t }}

            {{ form.errors | default_errors }}

            
            

            {% if form.password_needed %}
              
              
            {% endif %}

            

              
            

            {% if form.password_needed %}
              

{{ 'customer.login.forgot_password' | t }}

            {% endif %}

          {% endform %}
            

#### Interested in becoming a dealer?

  

    
    
    

      
 Dealer Account [Application](https://jtpeterson3.wufoo.com/forms/rfdpbdm0n2494k). 
 
    

  

        

        {% comment %}
          JS shows/hides this form in ShopifySlate.loginForms()
        {% endcomment %}
        

          ## {{ 'customer.recover_password.title' | t }}
          

{{ 'customer.recover_password.subtext' | t }}

          
            {% form 'recover_customer_password' %}

              {{ form.errors | default_errors }}

              {% comment %}
                Add a hidden span to indicate the form was submitted succesfully.
              {% endcomment %}
              {% if form.posted_successfully? %}
                
              {% endif %}

              
              

              

                
              

              
            {% endform %}
           
          

        

      

      {% comment %}
        If accounts are set as optional, the following will be shown as an option
        during checkout, not on the default /login page.
      {% endcomment %}
      {% if shop.checkout.guest_login %}
        
          ## {{ 'customer.login.guest_title' | t }}

          {% form 'guest_login' %}
            
          {% endform %}
        

      {% endif %}

    

  

Were you ever able to solve this issue? I’m having the same problem.

1 Like

Same here, but can’t reproduce on our mac development system. It happens on the default Shopify Refresh template when a customer responds to a Forgot/Reset Password Email link. The text fields are there, but no label text anywhere for them to see what to enter. Below is a screenshot from a customer.