Skip to content

Commit 0ca3fdc

Browse files
committed
minor #10161 Fix mismatched list items (aldenw, javiereguiluz)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #10161). Discussion ---------- Fix mismatched list items Item one was displaying with a "1)" while item two shows up as "2." <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 2017489 Wrap long lines 90ce187 Fix mismatched list items
2 parents 640e8e5 + 2017489 commit 0ca3fdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

security/guard_authentication.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,10 @@ The problem occurs when your browser-based authenticator tries to authenticate
523523
the user on *every* request - like in the IP address-based example above. There
524524
are two possible fixes:
525525

526-
1) If you do *not* need authentication to be stored in the session, set ``stateless: true``
527-
under your firewall.
528-
529-
2) Update your authenticator to avoid authentication if the user is already authenticated:
526+
1. If you do *not* need authentication to be stored in the session, set
527+
``stateless: true`` under your firewall.
528+
2. Update your authenticator to avoid authentication if the user is already
529+
authenticated:
530530

531531
.. code-block:: diff
532532

0 commit comments

Comments
 (0)