Skip to content
Snippets Groups Projects
Commit 54b60763 authored by jurgenhaas's avatar jurgenhaas
Browse files

Also remove RequireAll for the "normal" user

parent 11edbdd6
Branches
No related tags found
1 merge request!6Master
...@@ -115,10 +115,8 @@ ...@@ -115,10 +115,8 @@
Require ip {{ ip }} Require ip {{ ip }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
<RequireAll> Require {% if drupal_domain.apache_auth.password is defined %}user {{ drupal_domain.apache_auth.user }}{% else %}all granted{% endif %}
Require {% if drupal_domain.apache_auth.password is defined %}user {{ drupal_domain.apache_auth.user }}{% else %}all granted{% endif %}
</RequireAll>
</RequireAny> </RequireAny>
{% else %} {% else %}
Require user {{ drupal_domain.apache_auth.user }} Require user {{ drupal_domain.apache_auth.user }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment