Skip to content

Commit 2628e54

Browse files
committed
[#6892] The provider is called memory
1 parent e327c46 commit 2628e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When a user submits a username and password, the authentication layer asks
99
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.
12-
Out of the box, Symfony has an "in_memory" and an "entity" user provider.
12+
Out of the box, Symfony has an "memory" and an "entity" user provider.
1313
In this entry you'll see how you can create your own user provider, which
1414
could be useful if your users are accessed via a custom database, a file,
1515
or - as shown in this example - a web service.

0 commit comments

Comments
 (0)