fix allow password invisble in login form ref CT#7539

1.10.x
aragonc 10 years ago committed by José Loguercio
parent 98250ce586
commit fe8fd04841
  1. 2
      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>

Loading…
Cancel
Save