"SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.created_at AS created_at_4, t0.roles AS roles_5, t0.email AS email_6, t0.person_id AS person_id_7 FROM user t0 WHERE t0.username = ? LIMIT 1"
(parameters:
[1 => "0728129749"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.created_at AS created_at_4, t0.roles AS roles_5, t0.email AS email_6, t0.person_id AS person_id_7 FROM user t0 WHERE t0.username = ? LIMIT 1"
"params" => [1 => "0728129749"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.created_at AS created_at_4, t0.roles AS roles_5, t0.email AS email_6, t0.person_id AS person_id_7 FROM user t0 WHERE t0.username = ? LIMIT 1"
(parameters:
[1 => "0728129749"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.created_at AS created_at_4, t0.roles AS roles_5, t0.email AS email_6, t0.person_id AS person_id_7 FROM user t0 WHERE t0.username = ? LIMIT 1"
"params" => [1 => "0728129749"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.user_id AS user_id_3, t0.created_by AS created_by_4, t0.organization_id AS organization_id_5 FROM organization_user t0 WHERE t0.user_id = ? LIMIT 1"
(parameters:
[1 => 150]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.user_id AS user_id_3, t0.created_by AS created_by_4, t0.organization_id AS organization_id_5 FROM organization_user t0 WHERE t0.user_id = ? LIMIT 1"
"params" => [1 => 150]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.created_at AS created_at_3, t0.user AS user_4, t0.station_id AS station_id_5 FROM user_station t0 WHERE t0.user = ? AND t0.is_active = ? LIMIT 1"
(parameters:
[1 => 1502 => 1]
, types:
[1 => 12 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.created_at AS created_at_3, t0.user AS user_4, t0.station_id AS station_id_5 FROM user_station t0 WHERE t0.user = ? AND t0.is_active = ? LIMIT 1"
"params" => [1 => 1502 => 1]
"types" => [1 => 12 => 5]
]
debug
The
"App\Auth\Authenticator"
authenticator set the response. Any later authenticator will not be called