{"id":3491,"date":"2023-09-20T13:05:13","date_gmt":"2023-09-20T10:05:13","guid":{"rendered":"https:\/\/thehighmountains.org\/login-2\/"},"modified":"2023-09-21T16:22:48","modified_gmt":"2023-09-21T13:22:48","slug":"login-2","status":"publish","type":"page","link":"https:\/\/thehighmountains.org\/en\/login-2\/","title":{"rendered":"Log In"},"content":{"rendered":"<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:\/\/thehighmountains.org\/wp-login.php\" method=\"post\" data-trp-original-action=\"https:\/\/thehighmountains.org\/wp-login.php\"><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><input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/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:\/\/thehighmountains.org\/en\/login-2\/?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 -->","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"pmpro_default_level":"","inline_featured_image":false,"footnotes":""},"class_list":["post-3491","page","type-page","status-publish","hentry","pmpro-has-access"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Log In - \u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac<\/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:\/\/thehighmountains.org\/en\/login-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Log In - \u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thehighmountains.org\/en\/login-2\/\" \/>\n<meta property=\"og:site_name\" content=\"\u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-21T13:22:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/thehighmountains.org\/login-2\/\",\"url\":\"https:\/\/thehighmountains.org\/login-2\/\",\"name\":\"Log In - \u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac\",\"isPartOf\":{\"@id\":\"https:\/\/thehighmountains.org\/#website\"},\"datePublished\":\"2023-09-20T10:05:13+00:00\",\"dateModified\":\"2023-09-21T13:22:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/thehighmountains.org\/login-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/thehighmountains.org\/login-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/thehighmountains.org\/login-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\/\/thehighmountains.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Log In\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/thehighmountains.org\/#website\",\"url\":\"https:\/\/thehighmountains.org\/\",\"name\":\"\u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac\",\"description\":\"\u0392\u03b9\u03ce\u03c3\u03b9\u03bc\u03b7 \u03b1\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b1\u03bd\u03b1\u03ba\u03b1\u03c4\u03bf\u03af\u03ba\u03b7\u03c3\u03b7 \u03bf\u03c1\u03b5\u03b9\u03bd\u03ce\u03bd \u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ce\u03bd\",\"publisher\":{\"@id\":\"https:\/\/thehighmountains.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/thehighmountains.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/thehighmountains.org\/#organization\",\"name\":\"\u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac\",\"url\":\"https:\/\/thehighmountains.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/thehighmountains.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/thehighmountains.org\/wp-content\/uploads\/2023\/09\/thm-logo-horizontal-color-el.svg\",\"contentUrl\":\"https:\/\/thehighmountains.org\/wp-content\/uploads\/2023\/09\/thm-logo-horizontal-color-el.svg\",\"width\":628,\"height\":120,\"caption\":\"\u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac\"},\"image\":{\"@id\":\"https:\/\/thehighmountains.org\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Log In - \u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac","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:\/\/thehighmountains.org\/en\/login-2\/","og_locale":"en_US","og_type":"article","og_title":"Log In - \u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac","og_url":"https:\/\/thehighmountains.org\/en\/login-2\/","og_site_name":"\u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac","article_modified_time":"2023-09-21T13:22:48+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thehighmountains.org\/login-2\/","url":"https:\/\/thehighmountains.org\/login-2\/","name":"Log In - \u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac","isPartOf":{"@id":"https:\/\/thehighmountains.org\/#website"},"datePublished":"2023-09-20T10:05:13+00:00","dateModified":"2023-09-21T13:22:48+00:00","breadcrumb":{"@id":"https:\/\/thehighmountains.org\/login-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thehighmountains.org\/login-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thehighmountains.org\/login-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/thehighmountains.org\/"},{"@type":"ListItem","position":2,"name":"Log In"}]},{"@type":"WebSite","@id":"https:\/\/thehighmountains.org\/#website","url":"https:\/\/thehighmountains.org\/","name":"The High Mountains","description":"\u0392\u03b9\u03ce\u03c3\u03b9\u03bc\u03b7 \u03b1\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b1\u03bd\u03b1\u03ba\u03b1\u03c4\u03bf\u03af\u03ba\u03b7\u03c3\u03b7 \u03bf\u03c1\u03b5\u03b9\u03bd\u03ce\u03bd \u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ce\u03bd","publisher":{"@id":"https:\/\/thehighmountains.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thehighmountains.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/thehighmountains.org\/#organization","name":"The High Mountains","url":"https:\/\/thehighmountains.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thehighmountains.org\/#\/schema\/logo\/image\/","url":"https:\/\/thehighmountains.org\/wp-content\/uploads\/2023\/09\/thm-logo-horizontal-color-el.svg","contentUrl":"https:\/\/thehighmountains.org\/wp-content\/uploads\/2023\/09\/thm-logo-horizontal-color-el.svg","width":628,"height":120,"caption":"\u03a4\u03b1 \u03a8\u03b7\u03bb\u03ac \u0392\u03bf\u03c5\u03bd\u03ac"},"image":{"@id":"https:\/\/thehighmountains.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/thehighmountains.org\/en\/wp-json\/wp\/v2\/pages\/3491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thehighmountains.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thehighmountains.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thehighmountains.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thehighmountains.org\/en\/wp-json\/wp\/v2\/comments?post=3491"}],"version-history":[{"count":0,"href":"https:\/\/thehighmountains.org\/en\/wp-json\/wp\/v2\/pages\/3491\/revisions"}],"wp:attachment":[{"href":"https:\/\/thehighmountains.org\/en\/wp-json\/wp\/v2\/media?parent=3491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}