8000 [#6465] fix newline position · symfony/symfony-docs@1bc1406 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bc1406

Browse files
committed
[#6465] fix newline position
1 parent 7898df7 commit 1bc1406

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cookbook/security/custom_provider.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ the configured user provider to return a user object for a given username.
1010
Symfony then checks whether the password of this user is correct and generates
1111
a security token so the user stays authenticated during the current session.
1212
Out of the box, Symfony has four user providers: ``in_memory``, ``entity``,
13-
``ldap`` and ``chain``.
14-
In this entry you'll see how you can create your own user provider, which
15-
could be useful if your users are accessed via a custom database, a file,
16-
or - as shown in this example - a web service.
13+
``ldap`` and ``chain``. In this entry you'll see how you can create your
14+
own user provider, which could be useful if your users are accessed via a
15+
custom database, a file, or - as shown in this example - a web service.
1716

1817
Create a User Class
1918
-------------------

0 commit comments

Comments
 (0)
0