We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b184b commit cdca626Copy full SHA for cdca626
book/security.rst
@@ -415,7 +415,7 @@ submission (i.e. ``/login_check``):
415
``check_path`` ``logout`` keys. These keys can be route names (as shown
416
in this example) or URLs that have routes configured for them.
417
418
-Notice that the name of the ``login`` route matches the``login_path`` config
+Notice that the name of the ``login`` route matches the ``login_path`` config
419
value, as that's where the security system will redirect users that need
420
to login.
421
@@ -1247,7 +1247,7 @@ do the following:
1247
1248
encoders:
1249
Symfony\Component\Security\Core\User\User:
1250
- algorithm: sha1
+ algorithm: sha1
1251
iterations: 1
1252
encode_as_base64: false
1253
0 commit comments