{"id":3500,"date":"2025-08-26T08:21:31","date_gmt":"2025-08-26T06:21:31","guid":{"rendered":"https:\/\/mezalapa.lv\/account\/"},"modified":"2025-08-26T08:21:31","modified_gmt":"2025-08-26T06:21:31","slug":"account","status":"publish","type":"page","link":"https:\/\/mezalapa.lv\/en\/account\/","title":{"rendered":"Account"},"content":{"rendered":"<div class=\"rtcl\"><!--Banner Section-->\n<section class=\"section banner-2 main-banner2\">\n    <div class=\"container\">\n        <div class=\"text-center text-fixed-white\">\n            <h1 class=\"mt-3 mb-2 text-fixed-white\">Log in to the system<\/h1><ol class=\"breadcrumb text-center align-items-center\"><nav aria-label=\"breadcrumbs\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">S\u0101kums<\/span><\/p><\/nav><\/ol>        <\/div>\n    <\/div>\n<\/section>\n<!--Banner Section-->    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"container\">\n                <div class=\"section-title center-block text-center\">\n                    <div class=\"text-center mb-1\">\n                    <span class=\"badge rounded-pill text-bg-secondary fs-6 text-uppercase\">\n                        Log in                    <\/span>\n                    <\/div>\n                    <h2 class=\"mt-0\">Log in to your account <span class=\"text-primary\"> <\/span><\/h2>                <\/div>\n\n                <div class=\"row justify-content-center align-items-center needs-validation\">\n                    <div class=\"col-xl-4 col-lg-6 gx-0\">\n                        <div class=\"card border\">\n    <div class=\"card-body p-sm-6\">\n        <h4 class=\"mb-2 mt-0\">Log in<\/h4><p class=\"mb-4 text-muted\">Log in to your account to access all the features!<\/p>\n        <div class=\"form-horizontal\">\n            <div class=\"row\">\n                <div class=\"col-12\"><\/div>\n\n                <form id=\"rtcl-login-form\" class=\"form-horizontal\" method=\"post\">\n                                        <div class=\"col-sm-12\">\n                        <div class=\"mb-3\">\n                            <label for=\"rtcl-user-login\" class=\"mb-2\">\n                                Email                                <span class=\"text-danger ms-1\">*<\/span>\n                            <\/label>\n                            <input\n                                    type=\"text\"\n                                    name=\"username\"\n                                    autocomplete=\"username\"\n                                    placeholder=\"Enter email\"\n                                    value=\"\"\n                                    id=\"rtcl-user-login\"\n                                    class=\"form-control\"\n                                    required\n                            \/>\n                        <\/div>\n                    <\/div>\n                    <div class=\"col-sm-12\">\n                        <div class=\"mb-3\">\n                            <label for=\"rtcl-user-pass\" class=\"mb-2\">\n                                Password                                <span class=\"text-danger ms-1\">*<\/span>\n                            <\/label>\n                            <div class=\"input-group\">\n                                <input\n                                        class=\"form-control password ms-0\"\n                                        type=\"password\"\n                                        name=\"password\"\n                                        autocomplete=\"current-password\"\n                                        id=\"rtcl-user-pass\"\n                                        placeholder=\"&#9679;&#9679;&#9679;&#9679;&#9679;&#9679;&#9679;&#9679;\"\n                                        required\n                                \/>\n                                <button\n                                        class=\"input-group-text bg-transparent text-muted\"\n                                        onclick=\"createPassword('rtcl-user-pass',this)\"\n                                        type=\"button\"\n                                >\n                                    <i\n                                            class=\"fa-regular fa-eye-slash text-muted op-7 showPassword\"\n                                            style=\"width: 20px\"\n                                    ><\/i>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    \n                    <div class=\"rtcl-form-group\">\n                        <div id=\"rtcl-login-g-recaptcha\"><\/div>\n                        <div id=\"rtcl-login-g-recaptcha-message\"><\/div>\n                    <\/div>\n\n                    <div class=\"col-xl-12\">\n                        <div class=\"d-flex mb-3\">\n                            <div class=\"form-check\">\n                                <input type=\"checkbox\" name=\"rememberme\" id=\"rtcl-rememberme\"\n                                       class=\"form-check-input\" value=\"forever\">\n                                <label class=\"form-check-label\"\n                                       for=\"rtcl-rememberme\">\n                                    Remember                                <\/label>\n                            <\/div>\n                            <div class=\"ms-auto\">\n                                <a href=\"https:\/\/mezalapa.lv\/en\/account\/aizmirsu-paroli\/\"\n                                   class=\"text-primary ms-1\">\n                                    Forgot your password?                                <\/a>\n                            <\/div>\n                        <\/div>\n                        <div class=\"d-grid mb-3\">\n                            <button type=\"submit\" name=\"rtcl-login\" class=\"btn btn-primary\"\n                                    value=\"login\">\n                                Log in                            <\/button>\n                        <\/div>\n                        \n                                                    <div class=\"text-center\">\n                                <p class=\"mb-0\">\n                                    Don't have your own profile yet?                                    <a href=\"https:\/\/mezalapa.lv\/en\/account\/registracija\/\"\n                                       class=\"text-primary ms-1\">\n                                        Create it!                                    <\/a>\n                                <\/p>\n                            <\/div>\n                                            <\/div>\n\n                    <input type=\"hidden\" id=\"rtcl-login-nonce\" name=\"rtcl-login-nonce\" value=\"54cf327cc4\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/3500\" \/><input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/mezalapa.lv\/en\/wp-json\/wp\/v2\/pages\/3500\" \/>                <\/form>\n            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n\t\t\tfunction createPassword(type, ele) {\n\t\t\t\tdocument.getElementById(type).type =\n\t\t\t\t\tdocument.getElementById(type).type === 'password' ? 'text' : 'password';\n\t\t\t\tlet icon = ele.childNodes[1].classList;\n\t\t\t\tlet stringIcon = icon.toString();\n\t\t\t\tif (stringIcon.includes('fa-eye-slash')) {\n\t\t\t\t\ticon.remove('fa-eye-slash');\n\t\t\t\t\ticon.add('fa-eye');\n\t\t\t\t} else {\n\t\t\t\t\ticon.add('fa-eye-slash');\n\t\t\t\t\ticon.remove('fa-eye');\n\t\t\t\t}\n\t\t\t}\n        <\/script>\n    <\/div>\n<\/div>                    <\/div>\n                <\/div>\n            <\/div>\n    <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-base.php","meta":{"_acf_changed":false,"_rtcl_gb_attr":"","footnotes":""},"class_list":["post-3500","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/mezalapa.lv\/en\/wp-json\/wp\/v2\/pages\/3500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mezalapa.lv\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mezalapa.lv\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mezalapa.lv\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mezalapa.lv\/en\/wp-json\/wp\/v2\/comments?post=3500"}],"version-history":[{"count":0,"href":"https:\/\/mezalapa.lv\/en\/wp-json\/wp\/v2\/pages\/3500\/revisions"}],"wp:attachment":[{"href":"https:\/\/mezalapa.lv\/en\/wp-json\/wp\/v2\/media?parent=3500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}