User Deprecated: Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
SELECT t0.id AS id_1, t0.login AS login_2, t0.password AS password_3, t0.type AS type_4, t0.deleted AS deleted_5, t0.created_at AS created_at_6, t0.owner_id AS owner_id_7, t0.customer_id AS customer_id_8, t0.custom_price_scheme_id AS custom_price_scheme_id_9 FROM plugin_user t0 WHERE t0.login = ? AND t0.deleted = ? LIMIT 1
doctrine
[
"empat_test"
0]
deprecation
User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead.
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0._1c_guid AS _1c_guid_5, t0._1c_name AS _1c_name_6, t0._1c_code AS _1c_code_7, t0.username AS username_8, t0.telegram_enable AS telegram_enable_9, t0.telegram_pincode AS telegram_pincode_10, t0.telegram_chat_id AS telegram_chat_id_11, t0.telegram_attach_media AS telegram_attach_media_12, t0.email_enable AS email_enable_13, t0.email_attach_media AS email_attach_media_14, t0.enable_plugin AS enable_plugin_15, t0.webhook_url AS webhook_url_16, t0.default_country AS default_country_17, t0.locale AS locale_18, t0.last_for_sale_viewed_date AS last_for_sale_viewed_date_19, t0.sns AS sns_20, t0.carfax_reports_available AS carfax_reports_available_21, t0.invoice_template AS invoice_template_22, t0.show_carfax AS show_carfax_23, t0.limit_carfax_in_day AS limit_carfax_in_day_24, t0.window_sticker_reports_available AS window_sticker_reports_available_25, t26.id AS id_27, t26.logo AS logo_28, t26.title AS title_29, t26.user_id AS user_id_30, t0.parent_id AS parent_id_31, t32.id AS id_33, t32.items AS items_34, t32.relevance AS relevance_35, t32.user_id AS user_id_36 FROM user t0 LEFT JOIN custom_design t26 ON t26.user_id = t0.id LEFT JOIN clarifications_price t32 ON t32.user_id = t0.id WHERE t0.id = ?
doctrine
[1]
debug
SELECT t0.id AS id_1, t0.token AS token_2, t0.disabled_at AS disabled_at_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.plugin_user_id AS plugin_user_id_6 FROM plugin_token t0 WHERE t0.token = ? LIMIT 1
SELECT t0.id AS id_1, t0.login AS login_2, t0.password AS password_3, t0.changed_date AS changed_date_4, t0.auction_name AS auction_name_5, t0.autocorrect AS autocorrect_6, t0.collect_payment_due AS collect_payment_due_7, t0.country AS country_8, t0.common_name AS common_name_9, t0.changed_by_id AS changed_by_id_10, t0.proxy_account_id AS proxy_account_id_11 FROM auction_account t0 INNER JOIN plugin_user_auction_account ON t0.id = plugin_user_auction_account.auction_account_id WHERE plugin_user_auction_account.plugin_user_id = ?
doctrine
[23]
debug
SELECT p0_.id AS id_0, p0_.proxy_host AS proxy_host_1, p0_.proxy_port AS proxy_port_2, p0_.proxy_username AS proxy_username_3, p0_.proxy_password AS proxy_password_4, p0_.proxy_type AS proxy_type_5, p0_.last_used_at AS last_used_at_6, p0_.is_active AS is_active_7, p0_.last_checked_at AS last_checked_at_8 FROM proxy_account p0_ LEFT JOIN auction_account a1_ ON p0_.id = a1_.proxy_account_id WHERE a1_.auction_name = ? AND p0_.is_active = 1 ORDER BY p0_.last_used_at ASC LIMIT 1
doctrine
[
"manheim"
]
debug
"START TRANSACTION"
doctrine
debug
"COMMIT"
doctrine
debug
UPDATE proxy_account SET last_used_at = ? WHERE id = ?