{"id":62267,"date":"2024-02-13T09:18:03","date_gmt":"2024-02-13T14:18:03","guid":{"rendered":"https:\/\/memberpress.com\/docs\/2-factor-authentication-integration-by-plugin-contributors\/"},"modified":"2025-10-27T08:16:35","modified_gmt":"2025-10-27T12:16:35","slug":"2-factor-authentication-integration-by-plugin-contributors","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/","title":{"rendered":"Integration der 2-Faktor-Authentifizierung durch Plugin-Mitarbeiter"},"content":{"rendered":"<p>Diese Dokumentation zeigt Ihnen, wie Sie die 2-Faktor-Authentifizierung f\u00fcr Ihre MemberPress-Website installieren und aktivieren. Es wird auch erkl\u00e4rt, wie Sie es so einrichten, dass das Mitglied die 2-Faktor-Authentifizierung verwenden muss, um sich anmelden zu k\u00f6nnen.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\"><strong>Anmerkung:<\/strong> Diese Integration ist verf\u00fcgbar f\u00fcr MemberPress <strong>Wachstum<\/strong> und <strong>Skala<\/strong> Plan-Mitglieder. Wenn Sie den Plan \"Launch\" abonniert haben, k\u00f6nnen Sie ein Upgrade auf den Plan \"Growth and Scale\" durchf\u00fchren. Um ein Upgrade durchzuf\u00fchren, klicken Sie auf die Schaltfl\u00e4che <strong>Plan \u00e4ndern<\/strong> Link auf Ihrer<a href=\"https:\/\/memberpress.com\/account\/subscriptions\/\"> <strong>Konto-Seite<\/strong><\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Einbau:<\/h3>\n\n\n\n<p>MemberPress hat die Integration bereits eingebaut, so dass nichts innerhalb von MemberPress aktiviert werden muss.<\/p>\n\n\n\n<p>Zun\u00e4chst m\u00fcssen Sie zu <strong>WordPress &gt; Plugins &gt; Neu hinzuf\u00fcgen<\/strong> Seite und suchen Sie nach \u201c<strong>Zwei-Faktor<\/strong>\u201cSobald die Plugins geladen sind, sollten Sie das Plugin \u201eTwo-factor\u201c von Plugin Contributors installieren:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-BzIVtJZgVA.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>Nach der Installation m\u00fcssen Sie es nur noch aktivieren, und schon ist alles eingerichtet.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Verwendung der 2-Faktor-Authentifizierung:<\/h3>\n\n\n\n<p>Ihre Mitglieder sehen nun auf ihrer Kontoseite einen Men\u00fcpunkt Zwei-Faktor-Authentifizierung:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-ZZD1uEUASY.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>Nach dem Anklicken des Men\u00fcpunkts stehen ihnen 3 verschiedene Optionen f\u00fcr die 2-Faktor-Authentifizierung zur Verf\u00fcgung:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>E-Mail<\/strong>: Mit dieser Option wird dem Mitglied bei jedem Anmeldeversuch eine E-Mail mit einem Verifizierungscode zugesandt.<\/li>\n\n\n\n<li><strong>Zeitbasiertes Einmal-Passwort (TOTP): <\/strong>Mit dieser Option wird jedes Mal, wenn das Mitglied versucht, sich anzumelden, ein Code an ein Ger\u00e4t gesendet, das den QR-Code gescannt hat.<\/li>\n\n\n\n<li><strong>Backup-Verifizierungscodes: <\/strong>Mit dieser Option werden 10 Verifizierungscodes erstellt, die an einem sicheren Ort gespeichert werden k\u00f6nnen, f\u00fcr den Fall, dass das Mitglied einen Code ben\u00f6tigt, um sich anzumelden, und keine M\u00f6glichkeit hat, die anderen beiden Optionen abzurufen.<\/li>\n<\/ul>\n\n\n\n<p><img decoding=\"async\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-ujjZVDQRtw.png\"><\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\"><strong>Anmerkung: <\/strong>Es gibt auch eine vierte Option, die angezeigt werden kann, wenn WP_DEBUG auf \u201ctrue\u201d gesetzt ist. Diese Option tr\u00e4gt den Titel \u201eDummy-Methode\u201c.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Mitglieder zur Verwendung der 2-Faktoren-Authentifizierung zwingen:<\/h3>\n\n\n\n<p>Die oben genannten Optionen sind nur optional, aber wenn Sie Ihre Mitglieder zur Verwendung der 2-Faktor-Authentifizierung zwingen m\u00f6chten, ist ein Code erforderlich. Sie k\u00f6nnen diesen Code in Ihre functions.php-Datei oder in ein Plugin wie das\u00a0<a href=\"https:\/\/wordpress.org\/plugins\/insert-headers-and-footers\/\">WPCode<\/a>\u00a0Plugin (Details finden Sie in diesem Artikel:\u00a0<a href=\"https:\/\/memberpress.com\/de\/docs\/how-to-add-custom-code-snippets-in-wpcode\/\">Hinzuf\u00fcgen von benutzerdefinierten Codefragmenten in WPCode<\/a>):\u00a0<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f5f5f5\">function mepr_disable_auto_login($auto_login, $membership_id, $mepr_user) {\n  return false;\n}\nadd_filter('mepr-auto-login', 'mepr_disable_auto_login', 3, 3);\n\nfunction memberpress_zwei_Faktoren_prim\u00e4rer_Anbieter_f\u00fcr_Benutzer($Anbieter, 1TP7Benutzer_id) {\n  if (leer($provider)) {\n    return 'Two_Factor_Email';\n  }\n  return $provider;\n}\nadd_filter('two_factor_primary_provider_for_user', 'memberpress_two_factor_primary_provider_for_user', 1, 2);\n\nfunction memberpress_two_factor_enabled_providers_for_user($enabled_providers, $user_ID) {\n  if (!in_array('Two_Factor_Email', $enabled_providers)) {\n    $enabled_providers[] = 'Two_Factor_Email';\n  }\n  return $enabled_providers;\n}\nadd_filter('two_factor_enabled_providers_for_user', 'memberpress_two_factor_enabled_providers_for_user', 1, 2);\n<\/pre>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\"><strong>Anmerkung: <\/strong>Dieser Code (oben) erzwingt nur die 2FA-Authentifizierungsmethode per Best\u00e4tigungs-E-Mail. Das Mitglied hat weiterhin die M\u00f6glichkeit, die anderen Methoden auf seiner Kontoseite zu aktivieren.<\/p>","protected":false},"excerpt":{"rendered":"<p>This documentation will show you how to install and activate 2-factor authentication for your MemberPress site. It will also explain how to make it so that the member is required to use 2-factor authentication to be able to log in. Installation: MemberPress already has the integration built in, so nothing needs to be activated within [\u2026]<\/p>\n","protected":false},"author":62252,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_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":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1290],"ht-kb-tag":[],"class_list":{"0":"post-62267","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-third-party","7":"entry","8":"has-post-thumbnail"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"This documentation will show you how to install and activate 2-factor authentication for your MemberPress site. It will also explain how to make it so that the member is required to use 2-factor authentication to be able to log in. Note: This integration is available to MemberPress Growth and Scale plan members. If you&#039;re subscribed\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikola M\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"2 Factor Authentication Integration by Plugin Contributors | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"This documentation will show you how to install and activate 2-factor authentication for your MemberPress site. It will also explain how to make it so that the member is required to use 2-factor authentication to be able to log in. Note: This integration is available to MemberPress Growth and Scale plan members. If you&#039;re subscribed\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-13T14:18:03+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-10-27T12:16:35+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"2 Factor Authentication Integration by Plugin Contributors | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This documentation will show you how to install and activate 2-factor authentication for your MemberPress site. It will also explain how to make it so that the member is required to use 2-factor authentication to be able to log in. Note: This integration is available to MemberPress Growth and Scale plan members. If you&#039;re subscribed\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#article\",\"name\":\"2 Factor Authentication Integration by Plugin Contributors | MemberPress\",\"headline\":\"2 Factor Authentication Integration by Plugin Contributors\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/file-BzIVtJZgVA.png\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#articleImage\",\"width\":1000,\"height\":598},\"datePublished\":\"2024-02-13T09:18:03-05:00\",\"dateModified\":\"2025-10-27T08:16:35-04:00\",\"inLanguage\":\"de-DE\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#webpage\"},\"articleSection\":\"Third-Party\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/de\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/add-ons\\\/#listItem\",\"name\":\"Add-ons\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/add-ons\\\/#listItem\",\"position\":2,\"name\":\"Add-ons\",\"item\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/add-ons\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/third-party\\\/#listItem\",\"name\":\"Third-Party\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/third-party\\\/#listItem\",\"position\":3,\"name\":\"Third-Party\",\"item\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/third-party\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#listItem\",\"name\":\"2 Factor Authentication Integration by Plugin Contributors\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/add-ons\\\/#listItem\",\"name\":\"Add-ons\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#listItem\",\"position\":4,\"name\":\"2 Factor Authentication Integration by Plugin Contributors\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/doc-categories\\\/third-party\\\/#listItem\",\"name\":\"Third-Party\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1776955532\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/\",\"name\":\"2 Factor Authentication Integration by Plugin Contributors | MemberPress\",\"description\":\"This documentation will show you how to install and activate 2-factor authentication for your MemberPress site. It will also explain how to make it so that the member is required to use 2-factor authentication to be able to log in. Note: This integration is available to MemberPress Growth and Scale plan members. If you're subscribed\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-02-13T09:18:03-05:00\",\"dateModified\":\"2025-10-27T08:16:35-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/de\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/de\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>2 Factor Authentication Integration by Plugin Contributors | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"Integration der 2-Faktor-Authentifizierung durch Plugin-Mitarbeiter | MemberPress","description":"Diese Dokumentation zeigt Ihnen, wie Sie die 2-Faktor-Authentifizierung f\u00fcr Ihre MemberPress-Website installieren und aktivieren. Es wird auch erkl\u00e4rt, wie Sie es so einrichten, dass das Mitglied die 2-Faktor-Authentifizierung verwenden muss, um sich anmelden zu k\u00f6nnen. Hinweis: Diese Integration ist f\u00fcr Mitglieder des MemberPress Growth und Scale Plans verf\u00fcgbar. Wenn Sie abonniert sind","canonical_url":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#article","name":"2 Factor Authentication Integration by Plugin Contributors | MemberPress","headline":"2 Factor Authentication Integration by Plugin Contributors","author":{"@id":"https:\/\/memberpress.com\/de\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/de\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-BzIVtJZgVA.png","@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#articleImage","width":1000,"height":598},"datePublished":"2024-02-13T09:18:03-05:00","dateModified":"2025-10-27T08:16:35-04:00","inLanguage":"de-DE","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#webpage"},"articleSection":"Third-Party"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/de","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/add-ons\/#listItem","name":"Add-ons"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/add-ons\/#listItem","position":2,"name":"Add-ons","item":"https:\/\/memberpress.com\/de\/doc-categories\/add-ons\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/third-party\/#listItem","name":"Third-Party"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/third-party\/#listItem","position":3,"name":"Third-Party","item":"https:\/\/memberpress.com\/de\/doc-categories\/third-party\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#listItem","name":"2 Factor Authentication Integration by Plugin Contributors"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/add-ons\/#listItem","name":"Add-ons"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#listItem","position":4,"name":"2 Factor Authentication Integration by Plugin Contributors","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/de\/doc-categories\/third-party\/#listItem","name":"Third-Party"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/de\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/de\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/de\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/de\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1776955532"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#webpage","url":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/","name":"2 Factor Authentication Integration by Plugin Contributors | MemberPress","description":"This documentation will show you how to install and activate 2-factor authentication for your MemberPress site. It will also explain how to make it so that the member is required to use 2-factor authentication to be able to log in. Note: This integration is available to MemberPress Growth and Scale plan members. If you're subscribed","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/memberpress.com\/de\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/de\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/de\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-02-13T09:18:03-05:00","dateModified":"2025-10-27T08:16:35-04:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/de\/#website","url":"https:\/\/memberpress.com\/de\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"de-DE","publisher":{"@id":"https:\/\/memberpress.com\/de\/#organization"}}]},"og:locale":"de_DE","og:site_name":"MemberPress","og:type":"article","og:title":"2 Factor Authentication Integration by Plugin Contributors | MemberPress","og:description":"This documentation will show you how to install and activate 2-factor authentication for your MemberPress site. It will also explain how to make it so that the member is required to use 2-factor authentication to be able to log in. Note: This integration is available to MemberPress Growth and Scale plan members. If you're subscribed","og:url":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2024-02-13T14:18:03+00:00","article:modified_time":"2025-10-27T12:16:35+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"2 Factor Authentication Integration by Plugin Contributors | MemberPress","twitter:description":"This documentation will show you how to install and activate 2-factor authentication for your MemberPress site. It will also explain how to make it so that the member is required to use 2-factor authentication to be able to log in. Note: This integration is available to MemberPress Growth and Scale plan members. If you're subscribed","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"62267","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":"Article","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,"seo_analyzer_scan_date":"2025-10-27 12:24:32","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":null,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2024-02-13 14:18:04","updated":"2026-03-03 14:53:00"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/de\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/de\/doc-categories\/add-ons\/\" title=\"Add-ons\">Add-ons<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/de\/doc-categories\/third-party\/\" title=\"Third-Party\">Third-Party<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t2 Factor Authentication Integration by Plugin Contributors\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/de"},{"label":"Add-ons","link":"https:\/\/memberpress.com\/de\/doc-categories\/add-ons\/"},{"label":"Third-Party","link":"https:\/\/memberpress.com\/de\/doc-categories\/third-party\/"},{"label":"2 Factor Authentication Integration by Plugin Contributors","link":"https:\/\/memberpress.com\/de\/docs\/2-factor-authentication-integration-by-plugin-contributors\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb\/62267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/comments?post=62267"}],"version-history":[{"count":5,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb\/62267\/revisions"}],"predecessor-version":[{"id":75624,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb\/62267\/revisions\/75624"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/media?parent=62267"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb-category?post=62267"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=62267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}