http://sokol.datads.pro:8443/login

Forms

  • login
    • _username
    • _password
    • Login
    • _token

login

"App\Form\Type\LoginType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Admin {#3001
  -id: null
  -username: null
  -password: null
  -status: "active"
  -email: null
  -phone: null
  -skype: null
  -role: null
  #domain: null
  #nameConverter: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Admin {#3001
  -id: null
  -username: null
  -password: null
  -status: "active"
  -email: null
  -phone: null
  -skype: null
  -role: null
  #domain: null
  #nameConverter: null
}
same as passed value

Resolved Options

View Variables