{"id":12772,"date":"2020-07-21T15:13:37","date_gmt":"2020-07-21T15:13:37","guid":{"rendered":"https:\/\/demo1.mycartheme.com\/?page_id=12772"},"modified":"2020-10-16T13:46:04","modified_gmt":"2020-10-16T13:46:04","slug":"login-register","status":"publish","type":"page","link":"https:\/\/carpinello.cl\/wordpress\/login-register\/","title":{"rendered":"Login \/ Register"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12772\" class=\"elementor elementor-12772\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1dc243a elementor-section-stretched vehica-login-register-page elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1dc243a\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8a3a0d5\" data-id=\"8a3a0d5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-17bfa30 elementor-widget elementor-widget-vehica_login_general_widget\" data-id=\"17bfa30\" data-element_type=\"widget\" data-widget_type=\"vehica_login_general_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\r\n            class=\"vehica-app vehica-panel vehica-register-closed\"\r\n    >\r\n            <vehica-login-tabs>\r\n            <div slot-scope=\"props\" class=\"vehica-login-register-wide-container\">\r\n\r\n                \r\n                <div class=\"vehica-panel-login-register\">\r\n                    <div class=\"vehica-login\" :class=\"{'vehica-active': props.currentTab === 'login'}\">\r\n                        <div class=\"vehica-login__inner\">\r\n                            <h2>Log in to your account<\/h2>\r\n\r\n                            <h3>Welcome back! Sign in to your account<\/h3>\r\n\r\n                            <vehica-login\r\n        request-url=\"https:\/\/carpinello.cl\/wordpress\/wp-admin\/admin-post.php?action=vehica_login\"\r\n        vehica-nonce=\"662705b922\"\r\n        redirect-url=\"https:\/\/carpinello.cl\/wordpress\/panel\/?action=list\"\r\n        :is-admin=\"false\"\r\n    >\r\n    <div slot-scope=\"form\">\r\n        <form @submit.prevent=\"form.onLogin\">\r\n            <template>\r\n                <div\r\n                        v-if=\"form.message && form.message !== ''\"\r\n                        class=\"vehica-register-login-notice\"\r\n                >\r\n                    {{ form.message }}\r\n                <\/div>\r\n\r\n                <div\r\n                        v-if=\"form.confirmationRequired\"\r\n                        class=\"vehica-register-login-notice vehica-register-login-notice--resend-email\"\r\n                >\r\n                    <div>\r\n                        Your Account is not confirmed.                    <\/div>\r\n\r\n                    <div>\r\n                        Please check your email for confirmation link.                    <\/div>\r\n\r\n                    <a href=\"https:\/\/carpinello.cl\/wordpress\/login-register\/?action=send_confirmation\">\r\n                        <i class=\"fas fa-envelope\"><\/i> Resend confirmation email                    <\/a>\r\n                <\/div>\r\n            <\/template>\r\n\r\n            \r\n            <div class=\"vehica-fields\">\r\n                <div\r\n                        class=\"vehica-field\"\r\n                        :class=\"{'vehica-field--validation-required': form.showLoginError}\"\r\n                >\r\n                    <input\r\n                            id=\"login\"\r\n                            name=\"login\"\r\n                            placeholder=\"Email or Username\"\r\n                            @input=\"form.setLogin($event.target.value)\"\r\n                            :value=\"form.login\"\r\n                            type=\"text\"\r\n                    >\r\n\r\n                    <template>\r\n                        <div v-if=\"form.showErrors\" class=\"vehica-field--validation-required__tip\">\r\n                            <div v-if=\"!form.errors.login.required\"\r\n                                 class=\"vehica-field--validation-required__tip__text\">\r\n                                Field is required                            <\/div>\r\n                            <div v-if=\"!form.errors.login.minLength\"\r\n                                 class=\"vehica-field--validation-required__tip__text\">\r\n                                Username must have at least 4 letters.                            <\/div>\r\n                        <\/div>\r\n                    <\/template>\r\n                <\/div>\r\n\r\n                <div\r\n                        class=\"vehica-field\"\r\n                        :class=\"{'vehica-field--validation-required': form.showPasswordError}\"\r\n                >\r\n                    <input\r\n                            id=\"vehica-login-password\"\r\n                            name=\"password\"\r\n                            @input=\"form.setPassword($event.target.value)\"\r\n                            placeholder=\"Password\"\r\n                            :value=\"form.password\"\r\n                            type=\"password\"\r\n                    >\r\n\r\n                    <template>\r\n                        <div v-if=\"form.showErrors\" class=\"vehica-field--validation-required__tip\">\r\n                            <div v-if=\"!form.errors.password.required\"\r\n                                 class=\"vehica-field--validation-required__tip__text\">\r\n                                Field is required                            <\/div>\r\n\r\n                            <div v-if=\"!form.errors.password.minLength\"\r\n                                 class=\"vehica-field--validation-required__tip__text\">\r\n                                Password must have at least 6 letters.                            <\/div>\r\n                        <\/div>\r\n                    <\/template>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"vehica-login__below-fields\">\r\n                <div class=\"vehica-login__remember\">\r\n                    <div class=\"vehica-checkbox\">\r\n                        <input\r\n                                @change.prevent=\"form.setRemember\"\r\n                                id=\"remember\"\r\n                                name=\"remember\"\r\n                                type=\"checkbox\"\r\n                                :checked=\"form.remember\"\r\n                        >\r\n\r\n                        <label for=\"remember\">\r\n                            Remember                        <\/label>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"vehica-login__forgotten-password\">\r\n                    <a href=\"https:\/\/carpinello.cl\/wordpress\/login-register\/?action=reset_password\">\r\n                        Forgotten password?                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <button\r\n                    class=\"vehica-button vehica-button--login vehica-button--with-progress-animation\"\r\n                    :class=\"{'vehica-button--with-progress-animation--active': form.inProgress}\"\r\n                    :disabled=\"form.inProgress\"\r\n            >\r\n                <template>\r\n                    <svg\r\n                            v-if=\"form.inProgress\"\r\n                            width=\"120\"\r\n                            height=\"30\"\r\n                            wviewBox=\"0 0 120 30\"\r\n                            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                            fill=\"#fff\"\r\n                    >\r\n                        <circle cx=\"15\" cy=\"15\" r=\"15\">\r\n                            <animate attributeName=\"r\" from=\"15\" to=\"15\"\r\n                                     begin=\"0s\" dur=\"0.8s\"\r\n                                     values=\"15;9;15\" calcMode=\"linear\"\r\n                                     repeatCount=\"indefinite\"\/>\r\n                            <animate attributeName=\"fill-opacity\" from=\"1\" to=\"1\"\r\n                                     begin=\"0s\" dur=\"0.8s\"\r\n                                     values=\"1;.5;1\" calcMode=\"linear\"\r\n                                     repeatCount=\"indefinite\"\/>\r\n                        <\/circle>\r\n                        <circle cx=\"60\" cy=\"15\" r=\"9\" fill-opacity=\"0.3\">\r\n                            <animate attributeName=\"r\" from=\"9\" to=\"9\"\r\n                                     begin=\"0s\" dur=\"0.8s\"\r\n                                     values=\"9;15;9\" calcMode=\"linear\"\r\n                                     repeatCount=\"indefinite\"\/>\r\n                            <animate attributeName=\"fill-opacity\" from=\"0.5\" to=\"0.5\"\r\n                                     begin=\"0s\" dur=\"0.8s\"\r\n                                     values=\".5;1;.5\" calcMode=\"linear\"\r\n                                     repeatCount=\"indefinite\"\/>\r\n                        <\/circle>\r\n                        <circle cx=\"105\" cy=\"15\" r=\"15\">\r\n                            <animate attributeName=\"r\" from=\"15\" to=\"15\"\r\n                                     begin=\"0s\" dur=\"0.8s\"\r\n                                     values=\"15;9;15\" calcMode=\"linear\"\r\n                                     repeatCount=\"indefinite\"\/>\r\n                            <animate attributeName=\"fill-opacity\" from=\"1\" to=\"1\"\r\n                                     begin=\"0s\" dur=\"0.8s\"\r\n                                     values=\"1;.5;1\" calcMode=\"linear\"\r\n                                     repeatCount=\"indefinite\"\/>\r\n                        <\/circle>\r\n                    <\/svg>\r\n                <\/template>\r\n\r\n                <span>Login<\/span>\r\n            <\/button>\r\n        <\/form>\r\n    <\/div>\r\n<\/vehica-login>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/vehica-login-tabs>\r\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Login Register Log in to your account Welcome back! Sign in to your account {{ form.message }} Send confirmation mail Field is required Username must have at least 4 letters. Field is required Password must have at least 6 letters. Remember Forgotten password? Login or Register Create new account today. {{ registerForm.message }} You must [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12772","page","type-page","status-publish","hentry"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Login \/ Register - Carpinello Car Lover&#039;s<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/carpinello.cl\/wordpress\/login-register\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Login \/ Register - Carpinello Car Lover&#039;s\" \/>\n<meta property=\"og:description\" content=\"Login Register Log in to your account Welcome back! Sign in to your account {{ form.message }} Send confirmation mail Field is required Username must have at least 4 letters. Field is required Password must have at least 6 letters. Remember Forgotten password? Login or Register Create new account today. {{ registerForm.message }} You must [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/carpinello.cl\/wordpress\/login-register\/\" \/>\n<meta property=\"og:site_name\" content=\"Carpinello Car Lover&#039;s\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-16T13:46:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/carpinello.cl\/wordpress\/login-register\/\",\"url\":\"https:\/\/carpinello.cl\/wordpress\/login-register\/\",\"name\":\"Login \/ Register - Carpinello Car Lover&#039;s\",\"isPartOf\":{\"@id\":\"https:\/\/carpinello.cl\/wordpress\/#website\"},\"datePublished\":\"2020-07-21T15:13:37+00:00\",\"dateModified\":\"2020-10-16T13:46:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/carpinello.cl\/wordpress\/login-register\/#breadcrumb\"},\"inLanguage\":\"es-CL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/carpinello.cl\/wordpress\/login-register\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/carpinello.cl\/wordpress\/login-register\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/carpinello.cl\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login \/ Register\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/carpinello.cl\/wordpress\/#website\",\"url\":\"https:\/\/carpinello.cl\/wordpress\/\",\"name\":\"Carpinello Car Lover&#039;s\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/carpinello.cl\/wordpress\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/carpinello.cl\/wordpress\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-CL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/carpinello.cl\/wordpress\/#organization\",\"name\":\"Carpinello Car Lover&#039;s\",\"url\":\"https:\/\/carpinello.cl\/wordpress\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-CL\",\"@id\":\"https:\/\/carpinello.cl\/wordpress\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/carpinello.cl\/wordpress\/wp-content\/uploads\/2021\/09\/vehica-logo-dark-retina.png\",\"contentUrl\":\"https:\/\/carpinello.cl\/wordpress\/wp-content\/uploads\/2021\/09\/vehica-logo-dark-retina.png\",\"width\":369,\"height\":64,\"caption\":\"Carpinello Car Lover&#039;s\"},\"image\":{\"@id\":\"https:\/\/carpinello.cl\/wordpress\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Login \/ Register - Carpinello Car Lover&#039;s","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/carpinello.cl\/wordpress\/login-register\/","og_locale":"es_ES","og_type":"article","og_title":"Login \/ Register - Carpinello Car Lover&#039;s","og_description":"Login Register Log in to your account Welcome back! Sign in to your account {{ form.message }} Send confirmation mail Field is required Username must have at least 4 letters. Field is required Password must have at least 6 letters. Remember Forgotten password? Login or Register Create new account today. {{ registerForm.message }} You must [&hellip;]","og_url":"https:\/\/carpinello.cl\/wordpress\/login-register\/","og_site_name":"Carpinello Car Lover&#039;s","article_modified_time":"2020-10-16T13:46:04+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/carpinello.cl\/wordpress\/login-register\/","url":"https:\/\/carpinello.cl\/wordpress\/login-register\/","name":"Login \/ Register - Carpinello Car Lover&#039;s","isPartOf":{"@id":"https:\/\/carpinello.cl\/wordpress\/#website"},"datePublished":"2020-07-21T15:13:37+00:00","dateModified":"2020-10-16T13:46:04+00:00","breadcrumb":{"@id":"https:\/\/carpinello.cl\/wordpress\/login-register\/#breadcrumb"},"inLanguage":"es-CL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/carpinello.cl\/wordpress\/login-register\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/carpinello.cl\/wordpress\/login-register\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/carpinello.cl\/wordpress\/"},{"@type":"ListItem","position":2,"name":"Login \/ Register"}]},{"@type":"WebSite","@id":"https:\/\/carpinello.cl\/wordpress\/#website","url":"https:\/\/carpinello.cl\/wordpress\/","name":"Carpinello Car Lover&#039;s","description":"","publisher":{"@id":"https:\/\/carpinello.cl\/wordpress\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/carpinello.cl\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-CL"},{"@type":"Organization","@id":"https:\/\/carpinello.cl\/wordpress\/#organization","name":"Carpinello Car Lover&#039;s","url":"https:\/\/carpinello.cl\/wordpress\/","logo":{"@type":"ImageObject","inLanguage":"es-CL","@id":"https:\/\/carpinello.cl\/wordpress\/#\/schema\/logo\/image\/","url":"https:\/\/carpinello.cl\/wordpress\/wp-content\/uploads\/2021\/09\/vehica-logo-dark-retina.png","contentUrl":"https:\/\/carpinello.cl\/wordpress\/wp-content\/uploads\/2021\/09\/vehica-logo-dark-retina.png","width":369,"height":64,"caption":"Carpinello Car Lover&#039;s"},"image":{"@id":"https:\/\/carpinello.cl\/wordpress\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/carpinello.cl\/wordpress\/wp-json\/wp\/v2\/pages\/12772","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/carpinello.cl\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/carpinello.cl\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/carpinello.cl\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/carpinello.cl\/wordpress\/wp-json\/wp\/v2\/comments?post=12772"}],"version-history":[{"count":0,"href":"https:\/\/carpinello.cl\/wordpress\/wp-json\/wp\/v2\/pages\/12772\/revisions"}],"wp:attachment":[{"href":"https:\/\/carpinello.cl\/wordpress\/wp-json\/wp\/v2\/media?parent=12772"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}