Skip to content

Commit

Permalink
minor #5130 [Cookbook][Security] Fiyed typo in entity_provider.rst (a…
Browse files Browse the repository at this point in the history
…lthaus)

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
  • Loading branch information
wouterj committed Apr 2, 2015
2 parents 65c1669 + f0722c9 commit b19ded6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/entity_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ If a User's ``isActive`` property is set to ``false`` (i.e. ``is_active``
is 0 in the database), the user will still be able to login to the site
normally. This is easily fixable.

To exclude inactive users, change your ``User`` clas to implement
To exclude inactive users, change your ``User`` class to implement
:class:`Symfony\\Component\\Security\\Core\\User\\AdvancedUserInterface`.
This extends :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`,
so you only need the new interface::
Expand Down

0 comments on commit b19ded6

Please sign in to comment.