Expecto Patronum
Custom registration and email verification
The reason is because you override the same register function . I think based practice is remove that function and replace with code below
protected function handleRegistration(array $data): Model
{
$user = $this->getUserModel()::create($data);
return $user; } This one work for me
return $user; } This one work for me
5 replies