branding logo

Recuperar Contraseña

Para recuperar su contraseña, solo introduzca su email y le enviaremos las instrucciones por correo.

Iniciar Sesión


126.52msRequest Duration6MBMemory UsageGET account/recover-password/{token}/{agency_token?}Route
    • Booting (80.66ms)
    • Application (61.11ms)
    • select * from `sessions` where `id` = '6669d56995acc432ffb9f639d3e998a0cf03212b' limit 1 (690μs)
    • select * from `menus` where `site_id` = '1' and `menu_type` = 'site' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc (510μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('6', '7', '8', '14', '15', '16', '17') (370μs)
    • select * from `pages` where `pages`.`id` in ('1', '2', '3', '4', '5', '6') and `pages`.`deleted_at` is null (350μs)
    • select * from `page_translation` where `page_translation`.`page_id` in ('1', '2', '3', '4', '5', '6') (210μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('6', '7', '8', '14', '15', '16', '17') and `menus`.`deleted_at` is null order by `order` asc (220μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('9', '10', '11', '12', '13') (170μs)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (220μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('9', '10', '11', '12', '13') and `menus`.`deleted_at` is null order by `order` asc (190μs)
    • select * from `menus` where `site_id` = '1' and `menu_type` = 'customer' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc (540μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('1', '2', '3', '4') (210μs)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (210μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('1', '2', '3', '4') and `menus`.`deleted_at` is null order by `order` asc (210μs)
    • select * from `pages` where `pages`.`id` = '1' and `pages`.`deleted_at` is null limit 1 (1.06ms)
    • select * from `page_translation` where `page_translation`.`page_id` = '1' and `page_translation`.`page_id` is not null (1.32ms)
    • select * from `sites` where `id` = '1' and `sites`.`deleted_at` is null limit 1 (280μs)
    • select * from `site_translation` where `site_translation`.`site_id` in ('1') (170μs)
      $_GET
      []
      $_POST
      []
      $_COOKIE
      []
      $_SERVER
      array:40 [ "USER" => "forge" "HOME" => "/home/forge" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEP...
      4 templates were rendered
      • customer::process.recover-password-2 (vendor/solunes/customer/src/views/process/recover-password-2.blade.php)3blade
        Params
        0
        page
        1
        token
        2
        agency_token
      • helpers.meta (resources/views/helpers/meta.blade.php)9blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        menu_main
        5
        menu_main2
        6
        page
        7
        token
        8
        agency_token
      • helpers.banner (resources/views/helpers/banner.blade.php)9blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        menu_main
        5
        menu_main2
        6
        page
        7
        token
        8
        agency_token
      • master::layouts.admin-2-clean (resources/views/vendor/master/layouts/admin-2-clean.blade.php)11blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        menu_main
        5
        menu_main2
        6
        page
        7
        token
        8
        agency_token
        9
        site
        10
        pdf
      uri
      GET account/recover-password/{token}/{agency_token?}
      middleware
      web, guest
      controller
      Solunes\Customer\App\Controllers\ProcessController@getRecoverPassword
      namespace
      Solunes\Customer\App\Controllers
      prefix
      /account
      where
      file
      vendor/solunes/customer/src/app/Controllers/ProcessController.php:127-132
      17 statements were executed, 2 of which were duplicated, 15 unique6.93ms
      • select * from `sessions` where `id` = '6669d56995acc432ffb9f639d3e998a0cf03212b' limit 1690μsmundocar
        Metadata
        Bindings
        • 0. 6669d56995acc432ffb9f639d3e998a0cf03212b
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `menus` where `site_id` = '1' and `menu_type` = 'site' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc510μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. site
        • 2. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menu_translation` where `menu_translation`.`menu_id` in ('6', '7', '8', '14', '15', '16', '17')370μsmundocar
        Metadata
        Bindings
        • 0. 6
        • 1. 7
        • 2. 8
        • 3. 14
        • 4. 15
        • 5. 16
        • 6. 17
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `pages` where `pages`.`id` in ('1', '2', '3', '4', '5', '6') and `pages`.`deleted_at` is null350μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 6
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `page_translation` where `page_translation`.`page_id` in ('1', '2', '3', '4', '5', '6')210μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 6
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('6', '7', '8', '14', '15', '16', '17') and `menus`.`deleted_at` is null order by `order` asc220μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 6
        • 2. 7
        • 3. 8
        • 4. 14
        • 5. 15
        • 6. 16
        • 7. 17
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menu_translation` where `menu_translation`.`menu_id` in ('9', '10', '11', '12', '13')170μsmundocar
        Metadata
        Bindings
        • 0. 9
        • 1. 10
        • 2. 11
        • 3. 12
        • 4. 13
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null220μsmundocar
        Metadata
        Bindings
        • 0. 0
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('9', '10', '11', '12', '13') and `menus`.`deleted_at` is null order by `order` asc190μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 9
        • 2. 10
        • 3. 11
        • 4. 12
        • 5. 13
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menus` where `site_id` = '1' and `menu_type` = 'customer' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc540μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. customer
        • 2. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menu_translation` where `menu_translation`.`menu_id` in ('1', '2', '3', '4')210μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null210μsmundocar
        Metadata
        Bindings
        • 0. 0
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('1', '2', '3', '4') and `menus`.`deleted_at` is null order by `order` asc210μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 2
        • 3. 3
        • 4. 4
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `pages` where `pages`.`id` = '1' and `pages`.`deleted_at` is null limit 11.06msmundocar
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `page_translation` where `page_translation`.`page_id` = '1' and `page_translation`.`page_id` is not null1.32msmundocar
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `sites` where `id` = '1' and `sites`.`deleted_at` is null limit 1280μsmundocar
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `site_translation` where `site_translation`.`site_id` in ('1')170μsmundocar
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        _token
        ygC6EvgRf0F6lmz0OVhPBbnGVxkDi33xv8ab8uWG
        _previous
        array:1 [ "url" => "https://mundocar.soludemo.com/account/recover-password/mMLZggHrrFgfF" ]
        PHPDEBUGBAR_STACK_DATA
        []