06:43:18.000
deprecation
Since symfony/doctrine-bridge 7.4: The "Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension " class is deprecated, the code is incorporated into the extension classes of Doctrine bundles.
11:44:03.118
info
Matched route "homepage " .
11:44:03.119
debug
Checking for authenticator support.
11:44:03.119
debug
Checking support on authenticator.
11:44:03.123
debug
CSRF validation accepted using origin info.
request
11:44:03.124
deprecation
User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait " trait is deprecated, use native lazy objects instead.
11:44:03.125
info
Connecting with parameters [
"driver " => "pdo_mysql "
"idle_connection_ttl " => 600
"host " => "localhost "
"port " => 3306
"user " => "root "
"password " => "<redacted> "
"driverOptions " => []
"defaultTableOptions " => [
"collation " => "utf8mb4_unicode_ci "
]
"dbname " => "portal "
"charset " => "utf8mb4 "
]
11:44:03.126
debug
Executing statement: "SELECT t0.id AS id_1, t0.u_username AS u_username_2, t0.u_password AS u_password_3, t0.u_email AS u_email_4, t0.u_kdid AS u_kdid_5, t0.roles AS roles_6 FROM user t0 WHERE t0.u_username = ? LIMIT 1 " (parameters: [
1 => "sit "
] , types: [
1 => 2
] )
11:44:03.259
debug
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent " to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport " .
11:44:03.259
debug
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent " to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport " .
11:44:03.259
debug
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent " to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport " .
11:44:03.259
debug
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent " to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials " .
11:44:03.259
debug
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent " to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport " .
11:44:03.259
deprecation
User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials() " is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize() " method.
11:44:03.259
debug
Notified event "security.authentication.success " to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials " .
11:44:03.259
info
Authenticator successful!
11:44:03.796
debug
Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent " to listener "Symfony\Component\Security\Http\EventListener\SessionStrategyListener::onSuccessfulLogin " .
11:44:03.796
debug
Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent " to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess " .
11:44:03.796
debug
The "App\Security\LoginAuthenticator " authenticator set the response. Any later authenticator will not be called
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest " .
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
11:44:03.796
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
11:44:03.796
debug
Listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " stopped propagation of the event "kernel.request " .
11:44:03.797
debug
Stored the security token in the session.
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse " .
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse " .
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
11:44:03.798
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
11:44:03.798
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
11:44:03.798
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
11:44:03.798
debug
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
11:44:03.799
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .