{"id":1619,"date":"2025-10-06T21:37:20","date_gmt":"2025-10-06T20:37:20","guid":{"rendered":"https:\/\/actuallydata.net\/craft\/login\/"},"modified":"2025-12-02T21:58:57","modified_gmt":"2025-12-02T21:58:57","slug":"login","status":"publish","type":"page","link":"https:\/\/actuallydata.net\/craft\/login\/","title":{"rendered":"Login"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you haven&#8217;t registered yet, <a href=\"https:\/\/actuallydata.net\/craft\/membership-levels\/\">click here to join<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n\t<div class=\"pmpro\">\n\t\t<section id=\"pmpro_login\" class=\"pmpro_section\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pmpro_card pmpro_login_wrap\">\n\t\t\t\t\t\t\t\t<h2 class=\"pmpro_card_title pmpro_font-large\">Log In<\/h2>\t\t\t\t\t\t\t\t<div class=\"pmpro_card_content\">\n\t\t\t\t\t\t\t\t\t<form name=\"loginform\" id=\"loginform\" action=\"https:\/\/actuallydata.net\/craft\/wp-login.php\" method=\"post\"><input type=\"hidden\" name=\"pmpro_login_form_used\" value=\"1\" \/><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">Username or Email Address<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">Password<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Remember Me<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"Log In\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"\" \/>\n\t\t\t<\/p><\/form>\t<div class=\"pmpro_form_field-password-toggle\">\n\t\t<button type=\"button\" id=\"pmpro_btn-password-toggle-1\" class=\"pmpro_btn pmpro_btn-plain hide-if-no-js\" data-toggle=\"0\">\n\t\t\t<span class=\"pmpro_icon pmpro_icon-eye\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg><\/span>\n\t\t\t<span class=\"pmpro_form_field-password-toggle-state\">Show Password<\/span>\n\t\t<\/button>\n\t<\/div>\n\t<script>\n\t\t\/\/ Password visibility toggle (wp_login_form instance).\n\t\t(function() {\n\t\t\tconst toggleButton = document.querySelectorAll('#pmpro_btn-password-toggle-1')[0];\n\t\t\tconst toggleWrapper = toggleButton.closest('.pmpro_form_field-password-toggle');\n\t\t\tconst loginForm = toggleWrapper.previousElementSibling;\n\t\t\tconst passwordParagraph = loginForm.querySelector('.login-password');\n\t\t\tconst passwordInput = loginForm.querySelector('#user_pass');\n\n\t\t\tpasswordParagraph.appendChild(toggleWrapper);\n\t\t\ttoggleButton.classList.remove('hide-if-no-js');\n\t\t\ttoggleButton.addEventListener('click', togglePassword);\n\n\t\t\tfunction togglePassword() {\n\t\t\t\tconst status = this.getAttribute('data-toggle');\n\t\t\t\tconst passwordInputs = document.querySelectorAll('#user_pass');\n\t\t\t\tconst icon = this.getElementsByClassName('pmpro_icon')[0];\n\t\t\t\tconst state = this.getElementsByClassName('pmpro_form_field-password-toggle-state')[0];\n\n\t\t\t\tif (parseInt(status, 10) === 0) {\n\t\t\t\t\tthis.setAttribute('data-toggle', 1);\n\t\t\t\t\tpasswordInput.setAttribute( 'type', 'text' );\n\t\t\t\t\ticon.innerHTML = `\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye-off\">\n\t\t\t\t\t\t\t<path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"><\/path>\n\t\t\t\t\t\t\t<line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"><\/line>\n\t\t\t\t\t\t<\/svg>`;\n\t\t\t\t\tstate.textContent = 'Hide Password';\n\t\t\t\t} else {\n\t\t\t\t\tthis.setAttribute('data-toggle', 0);\n\t\t\t\t\tpasswordInput.setAttribute( 'type', 'password' );\n\t\t\t\t\ticon.innerHTML = `\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\">\n\t\t\t\t\t\t\t<path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path>\n\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\n\t\t\t\t\t\t<\/svg>`;\n\t\t\t\t\tstate.textContent = 'Show Password';\n\t\t\t\t}\n\t\t\t}\n\t\t})();\n\t<\/script>\n\t\t\t\t\t\t\t\t\t<\/div> <!-- end pmpro_card_content -->\n\t\t\t\t\t\t\t\t<div class=\"pmpro_card_actions\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pmpro_actions_nav\">\n\t\t<a href=\"https:\/\/actuallydata.net\/craft\/login\/?action=reset_pass\">Lost Password?<\/a>\t<\/div> <!-- end pmpro_actions_nav -->\n\t\t\t\t\t\t\t\t\t<\/div> <!-- end pmpro_card_actions -->\n\t\t\t\t\t\t\t<\/div> <!-- end pmpro_login_wrap -->\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/section> <!-- end pmpro_login -->\n\t<\/div> <!-- end pmpro -->\n\t\n","protected":false},"excerpt":{"rendered":"<p>If you haven&#8217;t registered yet, click here to join<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","pmpro_default_level":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1619","page","type-page","status-publish","hentry","pmpro-has-access"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"If you haven&#039;t registered yet, click here to join\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/actuallydata.net\/craft\/login\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"CRAFT - Data. Community. Impact. - Find your people. Hone your CRAFT.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Login - CRAFT - Data. Community. Impact.\" \/>\n\t\t<meta property=\"og:description\" content=\"If you haven&#039;t registered yet, click here to join\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/actuallydata.net\/craft\/login\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/actuallydata.net\/craft\/wp-content\/uploads\/2025\/10\/Craft3.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/actuallydata.net\/craft\/wp-content\/uploads\/2025\/10\/Craft3.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-10-06T20:37:20+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-12-02T21:58:57+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Login - CRAFT - Data. Community. Impact.\" \/>\n\t\t<meta name=\"twitter:description\" content=\"If you haven&#039;t registered yet, click here to join\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/actuallydata.net\/craft\/wp-content\/uploads\/2025\/10\/Craft3.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/login\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/actuallydata.net\\\/craft\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/login\\\/#listItem\",\"name\":\"Login\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/login\\\/#listItem\",\"position\":2,\"name\":\"Login\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/#organization\",\"name\":\"Actually Data Analytics Ltd\",\"description\":\"Find your people. Hone your CRAFT.\",\"url\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/\",\"telephone\":\"+447824443989\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Craft3.png\",\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/login\\\/#organizationLogo\",\"width\":1024,\"height\":1024,\"caption\":\"craft3\"},\"image\":{\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/login\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/login\\\/#webpage\",\"url\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/login\\\/\",\"name\":\"Login - CRAFT - Data. Community. Impact.\",\"description\":\"If you haven't registered yet, click here to join\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/login\\\/#breadcrumblist\"},\"datePublished\":\"2025-10-06T21:37:20+01:00\",\"dateModified\":\"2025-12-02T21:58:57+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/#website\",\"url\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/\",\"name\":\"CRAFT - Data. Community. Impact.\",\"description\":\"Find your people. Hone your CRAFT.\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/actuallydata.net\\\/craft\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Login - CRAFT - Data. Community. Impact.","description":"If you haven't registered yet, click here to join","canonical_url":"https:\/\/actuallydata.net\/craft\/login\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/actuallydata.net\/craft\/login\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/actuallydata.net\/craft#listItem","position":1,"name":"Home","item":"https:\/\/actuallydata.net\/craft","nextItem":{"@type":"ListItem","@id":"https:\/\/actuallydata.net\/craft\/login\/#listItem","name":"Login"}},{"@type":"ListItem","@id":"https:\/\/actuallydata.net\/craft\/login\/#listItem","position":2,"name":"Login","previousItem":{"@type":"ListItem","@id":"https:\/\/actuallydata.net\/craft#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/actuallydata.net\/craft\/#organization","name":"Actually Data Analytics Ltd","description":"Find your people. Hone your CRAFT.","url":"https:\/\/actuallydata.net\/craft\/","telephone":"+447824443989","logo":{"@type":"ImageObject","url":"https:\/\/actuallydata.net\/craft\/wp-content\/uploads\/2025\/10\/Craft3.png","@id":"https:\/\/actuallydata.net\/craft\/login\/#organizationLogo","width":1024,"height":1024,"caption":"craft3"},"image":{"@id":"https:\/\/actuallydata.net\/craft\/login\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/actuallydata.net\/craft\/login\/#webpage","url":"https:\/\/actuallydata.net\/craft\/login\/","name":"Login - CRAFT - Data. Community. Impact.","description":"If you haven't registered yet, click here to join","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/actuallydata.net\/craft\/#website"},"breadcrumb":{"@id":"https:\/\/actuallydata.net\/craft\/login\/#breadcrumblist"},"datePublished":"2025-10-06T21:37:20+01:00","dateModified":"2025-12-02T21:58:57+00:00"},{"@type":"WebSite","@id":"https:\/\/actuallydata.net\/craft\/#website","url":"https:\/\/actuallydata.net\/craft\/","name":"CRAFT - Data. Community. Impact.","description":"Find your people. Hone your CRAFT.","inLanguage":"en-GB","publisher":{"@id":"https:\/\/actuallydata.net\/craft\/#organization"}}]},"og:locale":"en_GB","og:site_name":"CRAFT - Data. Community. Impact. - Find your people. Hone your CRAFT.","og:type":"article","og:title":"Login - CRAFT - Data. Community. Impact.","og:description":"If you haven't registered yet, click here to join","og:url":"https:\/\/actuallydata.net\/craft\/login\/","og:image":"https:\/\/actuallydata.net\/craft\/wp-content\/uploads\/2025\/10\/Craft3.png","og:image:secure_url":"https:\/\/actuallydata.net\/craft\/wp-content\/uploads\/2025\/10\/Craft3.png","og:image:width":1024,"og:image:height":1024,"article:published_time":"2025-10-06T20:37:20+00:00","article:modified_time":"2025-12-02T21:58:57+00:00","twitter:card":"summary_large_image","twitter:title":"Login - CRAFT - Data. Community. Impact.","twitter:description":"If you haven't registered yet, click here to join","twitter:image":"https:\/\/actuallydata.net\/craft\/wp-content\/uploads\/2025\/10\/Craft3.png"},"aioseo_meta_data":{"post_id":"1619","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-11-02 22:41:17","updated":"2025-12-03 09:06:28","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/actuallydata.net\/craft\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tLogin\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/actuallydata.net\/craft"},{"label":"Login","link":"https:\/\/actuallydata.net\/craft\/login\/"}],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Ant","author_link":"https:\/\/actuallydata.net\/craft\/author\/oxnwcv\/"},"uagb_comment_info":0,"uagb_excerpt":"If you haven&#8217;t registered yet, click here to join","_links":{"self":[{"href":"https:\/\/actuallydata.net\/craft\/wp-json\/wp\/v2\/pages\/1619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/actuallydata.net\/craft\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/actuallydata.net\/craft\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/actuallydata.net\/craft\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/actuallydata.net\/craft\/wp-json\/wp\/v2\/comments?post=1619"}],"version-history":[{"count":0,"href":"https:\/\/actuallydata.net\/craft\/wp-json\/wp\/v2\/pages\/1619\/revisions"}],"wp:attachment":[{"href":"https:\/\/actuallydata.net\/craft\/wp-json\/wp\/v2\/media?parent=1619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}