Skip to content

Commit

Permalink
[#6465] fix newline position
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Apr 24, 2016
1 parent 7898df7 commit 1bc1406
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cookbook/security/custom_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ the configured user provider to return a user object for a given username.
Symfony then checks whether the password of this user is correct and generates
a security token so the user stays authenticated during the current session.
Out of the box, Symfony has four user providers: ``in_memory``, ``entity``,
``ldap`` and ``chain``.
In this entry you'll see how you can create your own user provider, which
could be useful if your users are accessed via a custom database, a file,
or - as shown in this example - a web service.
``ldap`` and ``chain``. In this entry you'll see how you can create your
own user provider, which could be useful if your users are accessed via a
custom database, a file, or - as shown in this example - a web service.

Create a User Class
-------------------
Expand Down

0 comments on commit 1bc1406

Please sign in to comment.