Commit 0519d457 authored by Christian Flothmann's avatar Christian Flothmann Committed by GitHub

fix rst markup

parent d9cb528e
...@@ -426,7 +426,7 @@ switch back to their primary account: ...@@ -426,7 +426,7 @@ switch back to their primary account:
<a href="?_switch_user=_exit"> exit</a> the switch. <a href="?_switch_user=_exit"> exit</a> the switch.
{% endif %} {% endif %}
Sharing security context between multiple firewalls Sharing Security Context between multiple Firewalls
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
By default, all the firewalls have a different **security context**. In case you By default, all the firewalls have a different **security context**. In case you
...@@ -434,6 +434,8 @@ need to share the same security context between multiple firewalls you can set ...@@ -434,6 +434,8 @@ need to share the same security context between multiple firewalls you can set
the ``context`` setting for each firewall you want the context to be shared the ``context`` setting for each firewall you want the context to be shared
with. with.
.. code-block:: php
$app['security.firewalls'] = array( $app['security.firewalls'] = array(
'login' => array( 'login' => array(
'context' => 'admin_security', 'context' => 'admin_security',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment