<script id="jquery-core-js" src="https://tmpi-pimt.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://tmpi-pimt.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
{"id":17223,"date":"2025-03-18T15:45:56","date_gmt":"2025-03-18T14:45:56","guid":{"rendered":"https:\/\/tmpi-pimt.com\/access\/"},"modified":"2025-03-18T16:01:36","modified_gmt":"2025-03-18T15:01:36","slug":"access","status":"publish","type":"page","link":"https:\/\/tmpi-pimt.com\/en\/access\/","title":{"rendered":"Access"},"content":{"rendered":"<div id=\"wppb-form-style-1-wrapper\" class=\"wppb-user-login-form\"><div id=\"wppb-login-wrap\" class=\"wppb-user-forms\">\n\t\t<form name=\"wppb-loginform\" id=\"wppb-loginform\" class=\"wppb-2fa-form wppb-ajax-form\" action=\"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/pages\/17223\" method=\"post\">\n\t\t\t\n\t\t\t<p class=\"wppb-form-field login-username wppb-form-text-field label-outside\">\n\t\t\t\t<label for=\"wppb_user_login\">Username or Email<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"wppb_user_login\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p>\n\t\t\t<p class=\"wppb-form-field login-password wppb-form-text-field label-outside\">\n\t\t\t\t<label for=\"wppb_user_pass\">Password<\/label>\n\t\t\t\t<span class=\"wppb-password-field-container\">\n\t\t\t\t    <input type=\"password\" name=\"pwd\" id=\"wppb_user_pass\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t\t    \n            <button type=\"button\" class=\"wppb-toggle-pw wppb-show-pw hide-if-no-js\" data-toggle=\"0\" aria-label=\"Show password\" tabindex=\"-1\">\n                <img decoding=\"async\" data-src=\"https:\/\/tmpi-pimt.com\/wp-content\/plugins\/profile-builder\/\/assets\/images\/eye-outline.svg\" title=\"Show password\" width=\"20px\" height=\"20px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 20px; --smush-placeholder-aspect-ratio: 20\/20;\" \/>\n            <\/button> <!-- add the HTML for the visibility toggle -->\n\t\t\t\t<\/span>\n            <\/p>\n\t\t\t\n\t\t\t\n\t\t\t<p class=\"wppb-form-field login-remember\"><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/><label for=\"rememberme\">Remember Me<\/label><\/p>\n\t\t\t<p class=\"login-submit form-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wppb-submit\" class=\"button button-primary\" value=\"Log In\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"\/my-membership-profile\" \/>\n\t\t\t<\/p>\n\t\t\t<input type=\"hidden\" name=\"wppb_login\" value=\"true\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_form_location\" value=\"widget\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_request_url\" value=\"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/pages\/17223\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_lostpassword_url\" value=\"\/recover-password\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_redirect_priority\" value=\"normal\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_referer_url\" value=\"\"\/>\n\t\t\t<input type=\"hidden\" id=\"CSRFToken-wppb\" name=\"CSRFToken-wppb\" value=\"d4c241cf4b\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/17223\" \/>\n\t\t\t<input type=\"hidden\" name=\"wppb_redirect_check\" value=\"true\"\/>\n\t\t\t\n            <script type=\"text\/javascript\">\n                jQuery( document ).ready(function() {\n                    var WPPBAuthNonce = \"1546264125\";\n                    var ajaxurl = \"https:\/\/tmpi-pimt.com\/wp-admin\/admin-ajax.php\";\n    \n                    if ( !jQuery(\".login-auth\").length ){\n                    \n                        jQuery(\"#wppb-loginform\").one(\"submit\", wppb2fa_login_form_submit_handler);\n                        jQuery(document).one(\"wppb_invisible_recaptcha_success wppb_v3_recaptcha_success\", wppb2fa_login_form_submit_handler);\n\n                        function wppb2fa_login_form_submit_handler(event) {\n                            \n                            var thisForm = this;\n\n                            if( event.type && ( event.type === \"wppb_invisible_recaptcha_success\" || event.type === \"wppb_v3_recaptcha_success\" ) ) {\n                                thisForm = jQuery(\"#wppb-loginform\");\n                            }\n\n                            event.preventDefault();\n\n                            var data = new Object();\n                                data[\"action\"]\t = \"WPPBAuth_field_on_login_form\";\n                                data[\"nonce\"]\t = WPPBAuthNonce;\n                                data[\"location\"] = \"frontend\";\n                                data[\"user\"]\t = jQuery(\"#wppb_user_login.input\").val();\n                            jQuery.post(ajaxurl, data, function(response) {\n\n                                \/\/ Add class to form\n                                jQuery(thisForm).addClass(\"wppb-2fa-authentication-requested\");\n\n                                if ( response && !jQuery(\".login-auth\").length ) {\n                                    jQuery(\"#wppb-login-wrap\").before(response[\"notice\"]);\n                                    jQuery(\".login-password\").after(response[\"field\"]);\n                                    \n                                    \/\/ include dynamically added field into FD Styles \n                                    if ( typeof handleFloatingLabels === \"function\" ) {\n                                        handleFloatingLabels( jQuery( \".login-auth\" ) );\n                                    }\n                                    \n                                    \/\/ maybe add placeholder to the 2FA Field\n                                    if ( typeof loginAuthPlaceholder === \"function\" ) {\n                                        loginAuthPlaceholder( jQuery( \".login-auth\" ) );\n                                    }                                    \n                                                                        \n                                } else {\n                                    if( !event.type || ( event.type !== \"wppb_invisible_recaptcha_success\" && event.type !== \"wppb_v3_recaptcha_success\" ) ) {\n                                        jQuery(\"#wppb-loginform\").submit();\n                                    }\n                                }\n                            });\n                        }\n                    }\n                });\n            <\/script>\n            \n\t\t<\/form><p class=\"login-register-lost-password\"><a class=\"login-register\" href=\"\/plans\">Register<\/a><span class=\"login-separator\"> | <\/span><a class=\"login-lost-password\" href=\"\/recover-password\">Lost your password?<\/a><\/p><div class=\"wppb-sc-buttons-container\"><\/div><script>if ( document.getElementById(\"rememberme\") ) document.getElementById(\"rememberme\").checked = true;<\/script><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"Username or Email Password Remember Me Register | Lost your password?","protected":false},"author":272,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-17223","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/pages\/17223","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/users\/272"}],"replies":[{"embeddable":true,"href":"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/comments?post=17223"}],"version-history":[{"count":2,"href":"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/pages\/17223\/revisions"}],"predecessor-version":[{"id":17229,"href":"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/pages\/17223\/revisions\/17229"}],"wp:attachment":[{"href":"https:\/\/tmpi-pimt.com\/en\/wp-json\/wp\/v2\/media?parent=17223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}