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 5dcd870 commit fb71b7dCopy full SHA for fb71b7d
src/Controllers/RegisterController.php
@@ -71,7 +71,7 @@ public function registerAction(): RedirectResponse
71
}
72
73
// Get the updated user so we have the ID...
74
- $user = $users->find($users->getInsertID());
+ $user = $users->findById($users->getInsertID());
75
76
// Store the email/password identity for this user.
77
$user->createEmailIdentity($this->request->getPost(['email', 'password']));
0 commit comments