<script type="text/javascript" src="https://www.sgqt.ch/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://www.sgqt.ch/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
{"id":90,"date":"2022-02-06T11:45:33","date_gmt":"2022-02-06T10:45:33","guid":{"rendered":"https:\/\/test.impulsis.ch\/sgqt\/log-in\/"},"modified":"2022-05-25T10:39:44","modified_gmt":"2022-05-25T08:39:44","slug":"login","status":"publish","type":"page","link":"https:\/\/www.sgqt.ch\/fr\/login\/","title":{"rendered":"Login"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Mitglieder-Login<\/h1>\n\n\n<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:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/pages\/90\" 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\">Email<\/label>\n\t\t\t\t<input type=\"email\" 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\">Passwort<\/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:\/\/www.sgqt.ch\/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:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/pages\/90\" \/>\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:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/pages\/90\"\/>\n\t\t\t<input type=\"hidden\" name=\"wppb_lostpassword_url\" value=\"\/sgqt\/passwort-vergessen\"\/>\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=\"ae46d713a6\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/pages\/90\" \/>\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 = \"062c9ba432\";\n                    var ajaxurl = \"https:\/\/www.sgqt.ch\/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><script>window.onload = function() { jQuery(document).ready(function($) { $(\"input[name=\\\"log\\\"]\").on(\"keyup\", function() { $(this).val( $.trim($(this).val()) ); }); }); }<\/script><p class=\"login-register-lost-password\"><a class=\"login-lost-password\" href=\"\/sgqt\/passwort-vergessen\">Lost your password?<\/a><\/p><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Login pour les membres<\/p>","protected":false},"author":1,"featured_media":326,"parent":0,"menu_order":100,"comment_status":"closed","ping_status":"closed","template":"page-login.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-90","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Login | SGQT<\/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.sgqt.ch\/fr\/login\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Login | SGQT\" \/>\n<meta property=\"og:description\" content=\"Mitglieder-Login\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sgqt.ch\/fr\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"SGQT\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-25T08:39:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.sgqt.ch\/wp-content\/uploads\/2022\/03\/sgqt_mitgliederliste_klein@2x.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"520\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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:\\\/\\\/www.sgqt.ch\\\/it\\\/login\\\/\",\"url\":\"https:\\\/\\\/www.sgqt.ch\\\/it\\\/login\\\/\",\"name\":\"Login | SGQT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.asqt.ch\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.sgqt.ch\\\/it\\\/login\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.sgqt.ch\\\/it\\\/login\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.sgqt.ch\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/sgqt_mitgliederliste_klein@2x.jpg\",\"datePublished\":\"2022-02-06T10:45:33+00:00\",\"dateModified\":\"2022-05-25T08:39:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.sgqt.ch\\\/it\\\/login\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.sgqt.ch\\\/it\\\/login\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.sgqt.ch\\\/it\\\/login\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.sgqt.ch\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/sgqt_mitgliederliste_klein@2x.jpg\",\"contentUrl\":\"https:\\\/\\\/www.sgqt.ch\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/sgqt_mitgliederliste_klein@2x.jpg\",\"width\":800,\"height\":520},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.sgqt.ch\\\/it\\\/login\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.asqt.ch\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.asqt.ch\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/www.asqt.ch\\\/it\\\/\",\"name\":\"SGQT\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.asqt.ch\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Login | SGQT","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.sgqt.ch\/fr\/login\/","og_locale":"fr_FR","og_type":"article","og_title":"Login | SGQT","og_description":"Mitglieder-Login","og_url":"https:\/\/www.sgqt.ch\/fr\/login\/","og_site_name":"SGQT","article_modified_time":"2022-05-25T08:39:44+00:00","og_image":[{"width":800,"height":520,"url":"https:\/\/www.sgqt.ch\/wp-content\/uploads\/2022\/03\/sgqt_mitgliederliste_klein@2x.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sgqt.ch\/it\/login\/","url":"https:\/\/www.sgqt.ch\/it\/login\/","name":"Login | SGQT","isPartOf":{"@id":"https:\/\/www.asqt.ch\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sgqt.ch\/it\/login\/#primaryimage"},"image":{"@id":"https:\/\/www.sgqt.ch\/it\/login\/#primaryimage"},"thumbnailUrl":"https:\/\/www.sgqt.ch\/wp-content\/uploads\/2022\/03\/sgqt_mitgliederliste_klein@2x.jpg","datePublished":"2022-02-06T10:45:33+00:00","dateModified":"2022-05-25T08:39:44+00:00","breadcrumb":{"@id":"https:\/\/www.sgqt.ch\/it\/login\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sgqt.ch\/it\/login\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.sgqt.ch\/it\/login\/#primaryimage","url":"https:\/\/www.sgqt.ch\/wp-content\/uploads\/2022\/03\/sgqt_mitgliederliste_klein@2x.jpg","contentUrl":"https:\/\/www.sgqt.ch\/wp-content\/uploads\/2022\/03\/sgqt_mitgliederliste_klein@2x.jpg","width":800,"height":520},{"@type":"BreadcrumbList","@id":"https:\/\/www.sgqt.ch\/it\/login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.asqt.ch\/it\/"},{"@type":"ListItem","position":2,"name":"Login"}]},{"@type":"WebSite","@id":"https:\/\/www.asqt.ch\/it\/#website","url":"https:\/\/www.asqt.ch\/it\/","name":"ASQT","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.asqt.ch\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/pages\/90","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":0,"href":"https:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/pages\/90\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/media\/326"}],"wp:attachment":[{"href":"https:\/\/www.sgqt.ch\/fr\/wp-json\/wp\/v2\/media?parent=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}