Initial Drupal 11 with DDEV setup
This commit is contained in:
15
web/core/modules/ban/help_topics/ban.banning_ips.html.twig
Normal file
15
web/core/modules/ban/help_topics/ban.banning_ips.html.twig
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
label: 'Banning IP addresses'
|
||||
related:
|
||||
- user.overview
|
||||
---
|
||||
{% set ban_link_text %}{% trans %}IP address bans{% endtrans %}{% endset %}
|
||||
{% set ban_link = render_var(help_route_link(ban_link_text, '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> > <em>People</em> > <em>{{ ban_link }}</em>{% 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>
|
||||
Reference in New Issue
Block a user