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
No related branches found
No related tags found
1 merge request!6Master
......@@ -115,10 +115,8 @@
Require ip {{ ip }}
{% endfor %}
{% 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>
{% else %}
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