Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b19ded6

Browse filesBrowse files
committed
minor #5130 [Cookbook][Security] Fiyed typo in entity_provider.rst (althaus)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5130). Discussion ---------- [Cookbook][Security] Fiyed typo in entity_provider.rst | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | n/a Fixed typo in the AdvancedUserInterface section. Commits ------- f0722c9 Update entity_provider.rst
2 parents 65c1669 + f0722c9 commit b19ded6
Copy full SHA for b19ded6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/security/entity_provider.rst

Copy file name to clipboardExpand all lines: cookbook/security/entity_provider.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ If a User's ``isActive`` property is set to ``false`` (i.e. ``is_active``
321321
is 0 in the database), the user will still be able to login to the site
322322
normally. This is easily fixable.
323323

324-
To exclude inactive users, change your ``User`` clas to implement
324+
To exclude inactive users, change your ``User`` class to implement
325325
:class:`Symfony\\Component\\Security\\Core\\User\\AdvancedUserInterface`.
326326
This extends :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`,
327327
so you only need the new interface::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.