Browse Source

fix allow password invisble in login form ref CT#7539

aragonc 9 years ago
parent
commit
77ba5e7682
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/template/default/layout/login_form.tpl

+ 1 - 1
main/template/default/layout/login_form.tpl

@@ -13,7 +13,7 @@
 
         {{ login_form }}
 
-        {% if "allow_lostpassword" | get_setting == 'true' and "allow_registration" | get_setting == 'true' %}
+        {% if "allow_lostpassword" | get_setting == 'true' or "allow_registration" | get_setting == 'true' %}
             <ul class="nav nav-pills nav-stacked">
                 {% if "allow_registration" | get_setting != 'false' %}
                     <li><a href="main/auth/inscription.php"> {{ 'SignUp' | get_lang }} </a></li>