Skip to content

Commit

Permalink
Add findUserBy to doc file
Browse files Browse the repository at this point in the history
  • Loading branch information
XWB committed Sep 2, 2015
1 parent 87bf9a9 commit 8464590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/doc/user_manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ users.
- ``findUserByEmail($email)``
- ``findUserByUsernameOrEmail($value)`` (check if the value looks like an email to choose)
- ``findUserByConfirmationToken($token)``
- ``findUserBy(array('id'=>$id))``
- ``findUsers()``

To save a user object, you can use the ``updateUser`` method of the user manager.
Expand Down

0 comments on commit 8464590

Please sign in to comment.