We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bf9a9 commit 8464590Copy full SHA for 8464590
Resources/doc/user_manager.rst
@@ -56,6 +56,7 @@ users.
56
- ``findUserByEmail($email)``
57
- ``findUserByUsernameOrEmail($value)`` (check if the value looks like an email to choose)
58
- ``findUserByConfirmationToken($token)``
59
+- ``findUserBy(array('id'=>$id))``
60
- ``findUsers()``
61
62
To save a user object, you can use the ``updateUser`` method of the user manager.
0 commit comments