http://irc-documents.org/reset-password

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#277
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
  -secret: "Yvxpxpq"
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.from_database
context main
entry_point security.authentication.form_entry_point.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#255
  -map: Symfony\Component\Security\Http\AccessMap {#256 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#264 …}
  -logger: Symfony\Bridge\Monolog\Logger {#241 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#272
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#12 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#241 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#271 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#248 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#234 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#15 …}
    "enableUsageTracking"
  ]
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#269
  #options: [
    "check_path" => "login"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#241 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#268 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#239 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#15 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#275 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#265 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#266 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#234 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#267
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#12 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#234 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#268 …}
  -logger: Symfony\Bridge\Monolog\Logger {#241 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#275 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#276
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#12 …}
  -secret: "Yvxpxpq"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#268 …}
  -logger: Symfony\Bridge\Monolog\Logger {#241 …}
}
1.06 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#238
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#15 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#236
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#235 …}
    }
    Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#234 …}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#237 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#239 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#293
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#15 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#285 …}
  -map: Symfony\Component\Security\Http\AccessMap {#256 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#268 …}
}
0.01 ms (none)

Security Voters (3)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"