ban.banning_ips.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/help_topics/ban.banning_ips.html.twig
  2. 10 core/modules/ban/help_topics/ban.banning_ips.html.twig
  3. 11.x core/modules/ban/help_topics/ban.banning_ips.html.twig
---
label: 'Banning IP addresses'
related:
  - user.overview
---
{% set ban = render_var(url('ban.admin_page')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Ban visitors from one or more IP addresses from accessing and viewing your site.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>People</em> &gt; <a href="{{ ban }}"><em>IP address bans</em></a>{% endtrans %}</li>
  <li>{% trans %}Enter an <em>IP address</em> and click <em>Add</em>.{% endtrans %}</li>
  <li>{% trans %}You should see the IP address you entered listed under <em>Banned IP addresses</em>. Repeat the above steps to ban additional IP addresses.{% endtrans %}</li>
</ol>

File

core/modules/help_topics/help_topics/ban.banning_ips.html.twig

View source
  1. ---
  2. label: 'Banning IP addresses'
  3. related:
  4. - user.overview
  5. ---
  6. {% set ban = render_var(url('ban.admin_page')) %}
  7. <h2>{% trans %}Goal{% endtrans %}</h2>
  8. <p>{% trans %}Ban visitors from one or more IP addresses from accessing and viewing your site.{% endtrans %}</p>
  9. <h2>{% trans %}Steps{% endtrans %}</h2>
  10. <ol>
  11. <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>People</em> &gt; <a href="{{ ban }}"><em>IP address bans</em></a>{% endtrans %}</li>
  12. <li>{% trans %}Enter an <em>IP address</em> and click <em>Add</em>.{% endtrans %}</li>
  13. <li>{% trans %}You should see the IP address you entered listed under <em>Banned IP addresses</em>. Repeat the above steps to ban additional IP addresses.{% endtrans %}</li>
  14. </ol>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.