Skip to content

Commit 8464590

Browse files
committed
Add findUserBy to doc file
1 parent 87bf9a9 commit 8464590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/doc/user_manager.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ users.
5656
- ``findUserByEmail($email)``
5757
- ``findUserByUsernameOrEmail($value)`` (check if the value looks like an email to choose)
5858
- ``findUserByConfirmationToken($token)``
59+
- ``findUserBy(array('id'=>$id))``
5960
- ``findUsers()``
6061

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

0 commit comments

Comments
 (0)