GET https://device-a3d49790-99d3-4482-ba0f-fdd785efe3dc.remotewd.com/user/reset-password

UserPasswordRecoveryController :: resetPassword

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\UserPasswordRecoveryController::resetPassword"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#990
    +methods: [
      "GET"
      "POST"
    ]
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/user/reset-password"
    +name: "user_reset_password"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#1243
  -links: [
    1164 => Symfony\Component\WebLink\Link {#1164
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
      ]
      -href: "/assets/styles/app-ur_aCP6.css"
    }
  ]
}
_route
"user_reset_password"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#968
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#966 …}
  }
]
_stopwatch_token
"98e1d0"
_studio_access_request_id
"cbe07da13e3b734362ffa3cac1c0ec94"
_studio_access_started_at
1789556609.799

Request Headers

Header Value
accept
"*/*"
accept-language
"en-US,en;q=0.5"
connection
"close"
host
"device-a3d49790-99d3-4482-ba0f-fdd785efe3dc.remotewd.com"
user-agent
"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.6.2000 Chrome/30.0.1599.101 Safari/537.36"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Retry Command

curl \
  --compressed \
  --url 'https://device-a3d49790-99d3-4482-ba0f-fdd785efe3dc.remotewd.com/user/reset-password' \
  --header 'Connection: close' \
  --header 'Accept-Language: en-US,en;q=0.5' \
  --header 'Accept: */*' \
  --header 'User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.6.2000 Chrome/30.0.1599.101 Safari/537.36' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 16 Sep 2026 11:03:29 GMT"
expires
"Wed, 16 Sep 2026 11:03:29 GMT"
link
"</assets/styles/app-ur_aCP6.css>; rel="preload"; as="style""
set-cookie
"PHPSESSID=65062baa6e6a6b928d8cfe1e6482b176; path=/; secure; httponly; samesite=lax"
x-debug-token
"74354f"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
PHPSESSID
Symfony\Component\HttpFoundation\Cookie {#1899
  #expire: 0
  #path: "/"
  -sameSite: "lax"
  -secureDefault: false
  #name: "PHPSESSID"
  #value: "65062baa6e6a6b928d8cfe1e6482b176"
  #domain: ""
  #secure: true
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Session 6

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

6 Usages
Stateless check enabled
Usage
App\Localization\RequestLocaleSubscriber:79
[
  [
    "file" => "/var/www/studio/src/Localization/RequestLocaleSubscriber.php"
    "line" => 79
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/src/Localization/RequestLocaleSubscriber.php"
    "line" => 41
    "function" => "sessionLocale"
    "class" => "App\Localization\RequestLocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Localization\RequestLocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/studio/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Localization\RequestLocaleSubscriber:52
[
  [
    "file" => "/var/www/studio/src/Localization/RequestLocaleSubscriber.php"
    "line" => 52
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Localization\RequestLocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/studio/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/studio/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/security-bundle/Security.php"
    "line" => 99
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/security-bundle/Security.php"
    "line" => 54
    "function" => "getToken"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/src/View/Twig/ViewTwigExtension.php"
    "line" => 326
    "function" => "getUser"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/src/View/Twig/ViewTwigExtension.php"
    "line" => 138
    "function" => "actor"
    "class" => "App\View\Twig\ViewTwigExtension"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/b3/b33d6321a28a5060133ff77cb9fae4ed.php"
    "line" => 56
    "function" => "navigation"
    "class" => "App\View\Twig\ViewTwigExtension"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9e2be20850844b234fe7919fb82d6a6f"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/3e/3e6a1228980954af51ab8101046ff833.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_dec173ef85cfd52c9345a2fe5a0b0c65"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed057913be06a26b403304c0dd2326c1.php"
    "line" => 107
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_body"
    "class" => "__TwigTemplate_26af7d1d0b097d0a929b5b5a0bba3f81"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/6d/6d13c20c43077eb211c5d07a177d64ed.php"
    "line" => 99
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ba1e9f42e1b86cd32b0b15d61184420a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed057913be06a26b403304c0dd2326c1.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_26af7d1d0b097d0a929b5b5a0bba3f81"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed6d8d024ecc9dd29047879d39f738d1.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7135263240b2d769e451fc1f9ce00b9a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 477
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 281
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/src/Controller/UserPasswordRecoveryController.php"
    "line" => 98
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "resetPassword"
    "class" => "App\Controller\UserPasswordRecoveryController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/studio/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:181
[
  [
    "file" => "/var/www/studio/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 181
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1918
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/82/829cba2d5aee6b99bb06559fac547bdd.php"
    "line" => 51
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_151d6123659b5ac5c5438c453008f362"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/04/04b0695cc26fbaadbfe86574f1b380dc.php"
    "line" => 48
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_d9931b5feb10bf31962fd8a3a7b558cd"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed057913be06a26b403304c0dd2326c1.php"
    "line" => 110
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_body"
    "class" => "__TwigTemplate_26af7d1d0b097d0a929b5b5a0bba3f81"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/6d/6d13c20c43077eb211c5d07a177d64ed.php"
    "line" => 99
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ba1e9f42e1b86cd32b0b15d61184420a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed057913be06a26b403304c0dd2326c1.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_26af7d1d0b097d0a929b5b5a0bba3f81"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed6d8d024ecc9dd29047879d39f738d1.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7135263240b2d769e451fc1f9ce00b9a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 477
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 281
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/src/Controller/UserPasswordRecoveryController.php"
    "line" => 98
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "resetPassword"
    "class" => "App\Controller\UserPasswordRecoveryController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/studio/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:73
[
  [
    "file" => "/var/www/studio/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 73
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 69
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/security-csrf/SameOriginCsrfTokenManager.php"
    "line" => 92
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/form/FormRenderer.php"
    "line" => 54
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed6d8d024ecc9dd29047879d39f738d1.php"
    "line" => 140
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_frontend_body"
    "class" => "__TwigTemplate_7135263240b2d769e451fc1f9ce00b9a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed057913be06a26b403304c0dd2326c1.php"
    "line" => 116
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_body"
    "class" => "__TwigTemplate_26af7d1d0b097d0a929b5b5a0bba3f81"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/6d/6d13c20c43077eb211c5d07a177d64ed.php"
    "line" => 99
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ba1e9f42e1b86cd32b0b15d61184420a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed057913be06a26b403304c0dd2326c1.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_26af7d1d0b097d0a929b5b5a0bba3f81"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed6d8d024ecc9dd29047879d39f738d1.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7135263240b2d769e451fc1f9ce00b9a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 477
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 281
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/src/Controller/UserPasswordRecoveryController.php"
    "line" => 98
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "resetPassword"
    "class" => "App\Controller\UserPasswordRecoveryController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/studio/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:63
[
  [
    "file" => "/var/www/studio/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 63
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 74
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/security-csrf/SameOriginCsrfTokenManager.php"
    "line" => 92
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/form/FormRenderer.php"
    "line" => 54
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed6d8d024ecc9dd29047879d39f738d1.php"
    "line" => 140
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_frontend_body"
    "class" => "__TwigTemplate_7135263240b2d769e451fc1f9ce00b9a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed057913be06a26b403304c0dd2326c1.php"
    "line" => 116
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_body"
    "class" => "__TwigTemplate_26af7d1d0b097d0a929b5b5a0bba3f81"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/6d/6d13c20c43077eb211c5d07a177d64ed.php"
    "line" => 99
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ba1e9f42e1b86cd32b0b15d61184420a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed057913be06a26b403304c0dd2326c1.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_26af7d1d0b097d0a929b5b5a0bba3f81"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/var/cache/dev/twig/ed/ed6d8d024ecc9dd29047879d39f738d1.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7135263240b2d769e451fc1f9ce00b9a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 477
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 281
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/src/Controller/UserPasswordRecoveryController.php"
    "line" => 98
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "resetPassword"
    "class" => "App\Controller\UserPasswordRecoveryController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/studio/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/studio/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DATABASE_PREFIX
"studio_"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_MAINTENANCE
"false"
APP_SECRET
"8b63c387da3c9e9c78ed8553ee1462bcb06fe131be052113691a640ca6007a85"
APP_SETUP_COMPLETED
"1"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"sqlite:///%kernel.project_dir%/var/data_%kernel.environment%.db"
DEFAULT_URI
"https://dev.aavion.media"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/var/www/studio"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/studio"
]
CONTEXT_DOCUMENT_ROOT
"/var/www/studio/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/studio/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONNECTION
"close"
HTTP_HOST
"device-a3d49790-99d3-4482-ba0f-fdd785efe3dc.remotewd.com"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.6.2000 Chrome/30.0.1599.101 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"device-a3d49790-99d3-4482-ba0f-fdd785efe3dc.remotewd.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/user/reset-password"
REMOTE_ADDR
"192.210.150.198"
REMOTE_PORT
"52492"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1789556609
REQUEST_TIME_FLOAT
1789556609.7699
REQUEST_URI
"/user/reset-password"
SCRIPT_FILENAME
"/var/www/studio/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.21.0.254"
SERVER_ADMIN
"[email protected]"
SERVER_NAME
"device-a3d49790-99d3-4482-ba0f-fdd785efe3dc.remotewd.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.66 (Ubuntu) Server at device-a3d49790-99d3-4482-ba0f-fdd785efe3dc.remotewd.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.66 (Ubuntu)"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_EXPORT
"false"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CLIENT_VERIFY
"NONE"
SSL_COMPRESS_METHOD
"NULL"
SSL_PROTOCOL
"TLSv1.3"
SSL_SECURE_RENEG
"true"
SSL_SERVER_A_KEY
"id-ecPublicKey"
SSL_SERVER_A_SIG
"ecdsa-with-SHA384"
SSL_SERVER_I_DN
"CN=YE1,O=Let's Encrypt,C=US"
SSL_SERVER_I_DN_C
"US"
SSL_SERVER_I_DN_CN
"YE1"
SSL_SERVER_I_DN_O
"Let's Encrypt"
SSL_SERVER_M_SERIAL
"05FD9EC2482BEBC11C8FC4EF231E1C010B25"
SSL_SERVER_M_VERSION
"3"
SSL_SERVER_SAN_DNS_0
"dev.aavion.media"
SSL_SERVER_S_DN
"CN=dev.aavion.media"
SSL_SERVER_S_DN_CN
"dev.aavion.media"
SSL_SERVER_V_END
"Oct 16 00:51:02 2026 GMT"
SSL_SERVER_V_START
"Jul 18 00:51:03 2026 GMT"
SSL_SESSION_ID
"a23d7a80b5374568df35c1c29e1b7722936ae5aeec5482715efd040faf038e41"
SSL_SESSION_RESUMED
"Initial"
SSL_TLS_SNI
"device-a3d49790-99d3-4482-ba0f-fdd785efe3dc.remotewd.com"
SSL_VERSION_INTERFACE
"mod_ssl/2.4.66"
SSL_VERSION_LIBRARY
"OpenSSL/3.5.5"
SYMFONY_DOTENV_PATH
"/var/www/studio/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,APP_DEBUG,APP_MAINTENANCE,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,APP_DATABASE_PREFIX,APP_SETUP_COMPLETED"