Skip to content

Update user_provider.rst #10776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion security/user_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ that has two jobs:
**Load the User for some Feature**
Some features, like ``switch_user``, ``remember_me`` and many of the built-in
:doc:`authentication providers </security/auth_providers>`, use the user provider
to load a User object via is "username" (or email, or whatever field you want).
to load a User object via its "username" (or email, or whatever field you want).

Symfony comes with several built-in user providers:

Expand Down