https://testcompra.cl/login

Forms

  • 2
    login
    • _username
    • _password
    • captcha

login

"App\Form\LoginFormType"

Errors

Message Origin Cause
El token CSRF no es válido. Por favor, pruebe a enviar nuevamente el formulario. login Caused by:
Symfony\Component\Security\Csrf\CsrfToken {#1086
  -id: "authenticate"
  -value: ""
}
The captcha value is missing captcha Caused by:
Symfony\Component\Validator\ConstraintViolation {#1167
  root: Symfony\Component\Form\Form {#1122
    name: "login"
    type_class: "App\Form\LoginFormType"
  }
  path: "children[captcha].data"
  value: null
}

Default Data

Property Value
Model Format same as normalized format
Normalized Format
null
View Format same as normalized format

Submitted Data

Property Value
View Format same as normalized format
Normalized Format
[
  "_username" => null
  "_password" => null
]
Model Format same as normalized format

Passed Options

No options were passed when constructing this form.

Resolved Options