<script src="https://inclusiecoaching.nl/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://inclusiecoaching.nl/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
{"id":814,"date":"2022-01-05T15:27:27","date_gmt":"2022-01-05T15:27:27","guid":{"rendered":"https:\/\/inclusiecoaching.nl\/participant-environment\/log-in\/"},"modified":"2022-05-16T13:31:09","modified_gmt":"2022-05-16T13:31:09","slug":"log-in","status":"publish","type":"page","link":"https:\/\/inclusiecoaching.nl\/en\/participant-environment\/log-in\/","title":{"rendered":"Log in"},"content":{"rendered":"\n<div style=\"padding-left:10%;padding-right:10%;padding-bottom:2%;padding-top:2%\" class=\"wp-block-atomic-blocks-ab-container ab-block-container\"><div class=\"ab-container-inside\"><div class=\"ab-container-content\" style=\"max-width:900px\">\n<p><strong><strong><div id=\"wppb-login-wrap\" class=\"wppb-user-forms\">\n\t\t<form name=\"wppb-loginform\" id=\"wppb-loginform\" class=\"wppb-2fa-form\" action=\"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/pages\/814\" method=\"post\">\n\t\t\t\n\t\t\t<p class=\"wppb-form-field login-username\">\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\">\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\" src=\"https:\/\/inclusiecoaching.nl\/wp-content\/plugins\/profile-builder\/\/assets\/images\/eye-outline.svg\" title=\"Show password\" width=\"20px\" height=\"20px\" \/>\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=\"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/pages\/814\" \/>\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:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/pages\/814\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_lostpassword_url\" value=\"\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_redirect_priority\" value=\"\"\/>\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=\"ecb61a3e36\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/814\" \/>\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 = \"2b35217f39\";\n                    var ajaxurl = \"https:\/\/inclusiecoaching.nl\/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><\/div><\/strong><\/strong><\/p>\n<\/div><\/div><\/div>\n\n<div style=\"padding-left:10%;padding-right:10%;padding-bottom:2%;padding-top:2%\" class=\"wp-block-atomic-blocks-ab-container ab-block-container\"><div class=\"ab-container-inside\"><div class=\"ab-container-content\" style=\"max-width:900px\">\n<p><strong><strong><p class=\"warning\" id=\"wppb_edit_profile_user_not_logged_in_message\">You must be logged in to edit your profile.<\/p><\/strong><\/strong><\/p>\n<\/div><\/div><\/div>\n\n<p><\/p>\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":773,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"class_list":{"0":"post-814","1":"page","2":"type-page","3":"status-publish","5":"entry"},"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","featured-blog":"","genesis-singular-images":"","singular-full-width":"","ab-block-post-grid-landscape":"","ab-block-post-grid-square":"","ultp_layout_landscape_large":"","ultp_layout_landscape":"","ultp_layout_portrait":"","ultp_layout_square":"","gform-image-choice-sm":"","gform-image-choice-md":"","gform-image-choice-lg":""},"post_excerpt_stackable_v2":"<p>Username or Email Password Remember Me<\/p>\n","category_list_v2":"","author_info_v2":{"name":"admin","url":"https:\/\/inclusiecoaching.nl\/en\/author\/admin\/"},"comments_num_v2":"0 comments","featured_image_src":null,"featured_image_src_square":null,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"featured-blog":false,"genesis-singular-images":false,"singular-full-width":false,"ab-block-post-grid-landscape":false,"ab-block-post-grid-square":false,"ultp_layout_landscape_large":false,"ultp_layout_landscape":false,"ultp_layout_portrait":false,"ultp_layout_square":false,"gform-image-choice-sm":false,"gform-image-choice-md":false,"gform-image-choice-lg":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/inclusiecoaching.nl\/en\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/pages\/814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/comments?post=814"}],"version-history":[{"count":1,"href":"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/pages\/814\/revisions"}],"predecessor-version":[{"id":815,"href":"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/pages\/814\/revisions\/815"}],"up":[{"embeddable":true,"href":"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/pages\/773"}],"wp:attachment":[{"href":"https:\/\/inclusiecoaching.nl\/en\/wp-json\/wp\/v2\/media?parent=814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}