Commit ab2af7f2 authored by Fabien Potencier's avatar Fabien Potencier

minor #1617 fix rst markup (xabbuh)

This PR was merged into the 2.3.x-dev branch.

Discussion
----------

fix rst markup

Commits
-------

0519d457 fix rst markup
parents d9cb528e 0519d457
......@@ -426,7 +426,7 @@ switch back to their primary account:
<a href="?_switch_user=_exit"> exit</a> the switch.
{% 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
......@@ -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
with.
.. code-block:: php
$app['security.firewalls'] = array(
'login' => array(
'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