the check
if (!$user->getVerified() && $user->isVerifiedDateTimeValid()) { $event = new UserValidatedEvent($user); $this->dispatcher->dispatch(UserValidatedEvent::NAME, $event); }
takes care of the validation, but the for creation still follows.
Need to check the validation datetime before
the check
if (!$user->getVerified() && $user->isVerifiedDateTimeValid()) { $event = new UserValidatedEvent($user); $this->dispatcher->dispatch(UserValidatedEvent::NAME, $event); }
takes care of the validation, but the for creation still follows. Need to check the validation datetime before