{"id":10091,"date":"2021-09-23T07:46:57","date_gmt":"2021-09-23T05:46:57","guid":{"rendered":"https:\/\/www.fishtankcoaching.com\/?page_id=10091"},"modified":"2021-09-29T10:56:07","modified_gmt":"2021-09-29T08:56:07","slug":"identity-confirmation","status":"publish","type":"page","link":"https:\/\/www.fishtankcoaching.com\/fr\/identity-confirmation\/","title":{"rendered":"Identity confirmation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10091\" class=\"elementor elementor-10091\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-11ad3d0 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"11ad3d0\" data-element_type=\"section\" data-e-type=\"section\">\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-5ebc1f9\" data-id=\"5ebc1f9\" data-element_type=\"column\" data-e-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-615ac45 elementor-widget elementor-widget-heading\" data-id=\"615ac45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">No est\u00e1s autorizado(a) a ver esta p\u00e1gina. <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7cd28c8 elementor-widget elementor-widget-text-editor\" data-id=\"7cd28c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Para poder acceder inicia sesi\u00f3n con tu cuenta o suscr\u00edbete a alguno de nuestros programas.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d7e19b elementor-widget elementor-widget-shortcode\" data-id=\"2d7e19b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"mp_wrapper mp_login_form\">\n                  <!-- mp-login-form-start -->     <form name=\"mepr_loginform\" id=\"mepr_loginform\" class=\"mepr-form\" action=\"https:\/\/www.fishtankcoaching.com\/fr\/identity-confirmation\/\" method=\"post\">\n            <div class=\"mp-form-row mepr_username\">\n        <div class=\"mp-form-label\">\n                              <label for=\"user_login\">Username or E-mail<\/label>\n        <\/div>\n        <input type=\"text\" name=\"log\" id=\"user_login\" value=\"\" \/>\n      <\/div>\n      <div class=\"mp-form-row mepr_password\">\n        <div class=\"mp-form-label\">\n          <label for=\"user_pass\">Password<\/label>\n          <div class=\"mp-hide-pw\">\n            <input type=\"password\" name=\"pwd\" id=\"user_pass\" value=\"\" \/>\n            <button type=\"button\" class=\"button mp-hide-pw hide-if-no-js\" data-toggle=\"0\" aria-label=\"Show password\">\n              <span class=\"dashicons dashicons-visibility\" aria-hidden=\"true\"><\/span>\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n<div class=\"mp-form-row mepr_math_captcha\">\n    <div class=\"mp-form-label\">\n        <label for=\"mepr_math_quiz\">\n            <span id=\"mepr_math_captcha-69ddb2084a2c4\"><\/span>*\n        <\/label>\n    <\/div>\n\n    <input type=\"text\" name=\"mepr_math_quiz\" id=\"mepr_math_quiz\" value=\"\" class=\"mepr-form-input\" \/>\n    <input type=\"hidden\" name=\"mepr_math_data\" value=\"M2ZnYBRCS2MVxym43UxgULJn1noeHKct163QClHJn\/Y=\" \/>\n\n    <script>\n    function mepr_base64_decode(encodedData) {\n        var decodeUTF8string = function(str) {\n            \/\/ Going backwards: from bytestream, to percent-encoding, to original string.\n            return decodeURIComponent(str.split('').map(\n                function(c) {\n                    return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2)\n                })\n                .join('')\n            )\n        }\n\n        if (typeof window !== 'undefined') {\n            if (typeof window.atob !== 'undefined') {\n                return decodeUTF8string(window.atob(encodedData))\n            }\n        } else {\n            return new Buffer(encodedData, 'base64').toString('utf-8')\n        }\n\n        var b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/='\n        var o1\n        var o2\n        var o3\n        var h1\n        var h2\n        var h3\n        var h4\n        var bits\n        var i = 0\n        var ac = 0\n        var dec = ''\n        var tmpArr = []\n\n        if (!encodedData) {\n            return encodedData\n        }\n\n        encodedData += ''\n        do {\n            \/\/ unpack four hexets into three octets using index points in b64\n            h1 = b64.indexOf(encodedData.charAt(i++))\n            h2 = b64.indexOf(encodedData.charAt(i++))\n            h3 = b64.indexOf(encodedData.charAt(i++))\n            h4 = b64.indexOf(encodedData.charAt(i++))\n            bits = h1 << 18 | h2 << 12 | h3 << 6 | h4\n            o1 = bits >> 16 & 0xff\n            o2 = bits >> 8 & 0xff\n            o3 = bits & 0xff\n\n            if (h3 === 64) {\n                tmpArr[ac++] = String.fromCharCode(o1)\n            } else if (h4 === 64) {\n                tmpArr[ac++] = String.fromCharCode(o1, o2)\n            } else {\n                tmpArr[ac++] = String.fromCharCode(o1, o2, o3)\n            }\n        } while (i < encodedData.length)\n\n        dec = tmpArr.join('')\n        return decodeUTF8string(dec.replace(\/\\0+$\/, ''))\n    }\n\n    jQuery(document).ready(function() {\n        var el = document.getElementById(\"mepr_math_captcha-69ddb2084a2c4\")\n        el.innerHTML = mepr_base64_decode(\"MTEgKyAzIGVxdWFscz8=\");\n    });\n    <\/script>\n<\/div>\n      <div>\n        <label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Remember Me<\/label>\n      <\/div>\n      <div class=\"mp-spacer\">&nbsp;<\/div>\n      <div class=\"submit\">\n        <input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button-primary mepr-share-button \" value=\"Log In\" \/>\n        <input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/www.fishtankcoaching.com\/\" \/>\n        <input type=\"hidden\" name=\"mepr_process_login_form\" value=\"true\" \/>\n        <input type=\"hidden\" name=\"mepr_is_login_page\" value=\"true\" \/>\n      <\/div>\n    <\/form>\n    <div class=\"mp-spacer\">&nbsp;<\/div>\n    <div class=\"mepr-login-actions\">\n        <a\n          href=\"https:\/\/www.fishtankcoaching.com\/fr\/identity-confirmation\/?action=forgot_password\"\n          title=\"Click here to reset your password\"\n        >\n          Forgot Password        <\/a>\n    <\/div>\n\n      \n    <!-- mp-login-form-end --> \n  <\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53ec727 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"53ec727\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.fishtankcoaching.com\/pricing\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Ver las opciones de suscripci\u00f3n<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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>No est\u00e1s autorizado(a) a ver esta p\u00e1gina. Para poder acceder inicia sesi\u00f3n con tu cuenta o suscr\u00edbete a alguno de nuestros programas. Ver las opciones de suscripci\u00f3n<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_mo_disable_npp":"","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","footnotes":""},"class_list":["post-10091","page","type-page","status-publish","hentry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Identity confirmation - Fish Tank<\/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:\/\/www.fishtankcoaching.com\/fr\/identity-confirmation\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Identity confirmation - Fish Tank\" \/>\n<meta property=\"og:description\" content=\"No est\u00e1s autorizado(a) a ver esta p\u00e1gina. Para poder acceder inicia sesi\u00f3n con tu cuenta o suscr\u00edbete a alguno de nuestros programas. Ver las opciones de suscripci\u00f3n\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fishtankcoaching.com\/fr\/identity-confirmation\/\" \/>\n<meta property=\"og:site_name\" content=\"Fish Tank\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-29T08:56:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fishtankcoaching.com\/wp-content\/uploads\/2020\/11\/Logotipo-Fish-Tank-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"842\" \/>\n\t<meta property=\"og:image:height\" content=\"596\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.fishtankcoaching.com\/identity-confirmation\/\",\"url\":\"https:\/\/www.fishtankcoaching.com\/identity-confirmation\/\",\"name\":\"Identity confirmation - Fish Tank\",\"isPartOf\":{\"@id\":\"https:\/\/www.fishtankcoaching.com\/#website\"},\"datePublished\":\"2021-09-23T05:46:57+00:00\",\"dateModified\":\"2021-09-29T08:56:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.fishtankcoaching.com\/identity-confirmation\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.fishtankcoaching.com\/identity-confirmation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.fishtankcoaching.com\/identity-confirmation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.fishtankcoaching.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Identity confirmation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.fishtankcoaching.com\/#website\",\"url\":\"https:\/\/www.fishtankcoaching.com\/\",\"name\":\"Fish Tank\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.fishtankcoaching.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.fishtankcoaching.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.fishtankcoaching.com\/#organization\",\"name\":\"Morena Coaching International\",\"url\":\"https:\/\/www.fishtankcoaching.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.fishtankcoaching.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.fishtank.francoiskaisin.com\/wp-content\/uploads\/2021\/06\/logo-morena-coaching-international.png\",\"contentUrl\":\"https:\/\/www.fishtank.francoiskaisin.com\/wp-content\/uploads\/2021\/06\/logo-morena-coaching-international.png\",\"width\":200,\"height\":100,\"caption\":\"Morena Coaching International\"},\"image\":{\"@id\":\"https:\/\/www.fishtankcoaching.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Identity confirmation - Fish Tank","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:\/\/www.fishtankcoaching.com\/fr\/identity-confirmation\/","og_locale":"fr_FR","og_type":"article","og_title":"Identity confirmation - Fish Tank","og_description":"No est\u00e1s autorizado(a) a ver esta p\u00e1gina. Para poder acceder inicia sesi\u00f3n con tu cuenta o suscr\u00edbete a alguno de nuestros programas. Ver las opciones de suscripci\u00f3n","og_url":"https:\/\/www.fishtankcoaching.com\/fr\/identity-confirmation\/","og_site_name":"Fish Tank","article_modified_time":"2021-09-29T08:56:07+00:00","og_image":[{"width":842,"height":596,"url":"https:\/\/www.fishtankcoaching.com\/wp-content\/uploads\/2020\/11\/Logotipo-Fish-Tank-01.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.fishtankcoaching.com\/identity-confirmation\/","url":"https:\/\/www.fishtankcoaching.com\/identity-confirmation\/","name":"Identity confirmation - Fish Tank","isPartOf":{"@id":"https:\/\/www.fishtankcoaching.com\/#website"},"datePublished":"2021-09-23T05:46:57+00:00","dateModified":"2021-09-29T08:56:07+00:00","breadcrumb":{"@id":"https:\/\/www.fishtankcoaching.com\/identity-confirmation\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fishtankcoaching.com\/identity-confirmation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.fishtankcoaching.com\/identity-confirmation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fishtankcoaching.com\/"},{"@type":"ListItem","position":2,"name":"Identity confirmation"}]},{"@type":"WebSite","@id":"https:\/\/www.fishtankcoaching.com\/#website","url":"https:\/\/www.fishtankcoaching.com\/","name":"Fish Tank","description":"","publisher":{"@id":"https:\/\/www.fishtankcoaching.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fishtankcoaching.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.fishtankcoaching.com\/#organization","name":"Morena Coaching International","url":"https:\/\/www.fishtankcoaching.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.fishtankcoaching.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.fishtank.francoiskaisin.com\/wp-content\/uploads\/2021\/06\/logo-morena-coaching-international.png","contentUrl":"https:\/\/www.fishtank.francoiskaisin.com\/wp-content\/uploads\/2021\/06\/logo-morena-coaching-international.png","width":200,"height":100,"caption":"Morena Coaching International"},"image":{"@id":"https:\/\/www.fishtankcoaching.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.fishtankcoaching.com\/fr\/wp-json\/wp\/v2\/pages\/10091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fishtankcoaching.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fishtankcoaching.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fishtankcoaching.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fishtankcoaching.com\/fr\/wp-json\/wp\/v2\/comments?post=10091"}],"version-history":[{"count":17,"href":"https:\/\/www.fishtankcoaching.com\/fr\/wp-json\/wp\/v2\/pages\/10091\/revisions"}],"predecessor-version":[{"id":10325,"href":"https:\/\/www.fishtankcoaching.com\/fr\/wp-json\/wp\/v2\/pages\/10091\/revisions\/10325"}],"wp:attachment":[{"href":"https:\/\/www.fishtankcoaching.com\/fr\/wp-json\/wp\/v2\/media?parent=10091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}