{"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\/es\/docs\/2-factor-authentication-integration-by-plugin-contributors\/","title":{"rendered":"Integraci\u00f3n de autenticaci\u00f3n de 2 factores por colaboradores de plugins"},"content":{"rendered":"<p>Esta documentaci\u00f3n le mostrar\u00e1 c\u00f3mo instalar y activar la autenticaci\u00f3n de 2 factores para su sitio MemberPress. Tambi\u00e9n explicar\u00e1 c\u00f3mo hacer que el miembro tenga que utilizar la autenticaci\u00f3n de 2 factores para poder iniciar sesi\u00f3n.<\/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>Nota:<\/strong> Esta integraci\u00f3n est\u00e1 disponible para MemberPress <strong>Crecimiento<\/strong> y <strong>Escala<\/strong> miembros del plan. Si est\u00e1 suscrito al plan Lanzamiento, puede pasar al plan Crecimiento y Escala. Para ello, haga clic en el bot\u00f3n <strong>Plan de cambio<\/strong> enlace en su<a href=\"https:\/\/memberpress.com\/account\/subscriptions\/\"> <strong>p\u00e1gina de la cuenta<\/strong><\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Instalaci\u00f3n:<\/h3>\n\n\n\n<p>MemberPress ya tiene la integraci\u00f3n incorporada, por lo que no es necesario activar nada dentro de MemberPress.<\/p>\n\n\n\n<p>En primer lugar, debe ir a <strong>WordPress &gt; Plugins &gt; A\u00f1adir nuevo<\/strong> p\u00e1gina y busca \u201c<strong>Dos factores<\/strong>\u201cUna vez que se abran los complementos, querr\u00e1s instalar el complemento llamado Two-factor de Plugin Contributors:<\/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>Una vez instalado, basta con activarlo y todo estar\u00e1 listo.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Uso de la autenticaci\u00f3n de 2 factores:<\/h3>\n\n\n\n<p>Sus afiliados ver\u00e1n ahora un elemento de men\u00fa de autenticaci\u00f3n de dos factores en la p\u00e1gina de su cuenta:<\/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>Despu\u00e9s de hacer clic en el elemento del men\u00fa, tendr\u00e1n 3 opciones diferentes para la autenticaci\u00f3n de 2 factores:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Correo electr\u00f3nico<\/strong>: Esta opci\u00f3n enviar\u00e1 al miembro un correo electr\u00f3nico con un c\u00f3digo de verificaci\u00f3n cada vez que intente iniciar sesi\u00f3n.<\/li>\n\n\n\n<li><strong>Contrase\u00f1a de un solo uso basada en el tiempo (TOTP): <\/strong>Esta opci\u00f3n enviar\u00e1 un c\u00f3digo a un dispositivo que haya escaneado el c\u00f3digo QR cada vez que el afiliado intente iniciar sesi\u00f3n.<\/li>\n\n\n\n<li><strong>C\u00f3digos de verificaci\u00f3n de copias de seguridad: <\/strong>Esta opci\u00f3n crea 10 c\u00f3digos de verificaci\u00f3n que se pueden guardar en alg\u00fan lugar seguro en caso de que el miembro necesite un c\u00f3digo para iniciar sesi\u00f3n y no tenga forma de recuperar las otras 2 opciones.<\/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>Nota: <\/strong>Tambi\u00e9n hay una cuarta opci\u00f3n que puede aparecer en WP_DEBUG si se establece en true. Ser\u00e1 una opci\u00f3n titulada \u201cM\u00e9todo ficticio\u201d.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Obligar a los afiliados a utilizar la autenticaci\u00f3n de 2 factores:<\/h3>\n\n\n\n<p>Las opciones anteriores son s\u00f3lo opcionales en este punto, pero si desea obligar a sus miembros a utilizar la autenticaci\u00f3n de 2 factores, se necesita un poco de c\u00f3digo. Puedes introducir este c\u00f3digo en tu archivo functions.php o en un plugin como el\u00a0<a href=\"https:\/\/wordpress.org\/plugins\/insert-headers-and-footers\/\">WPCode<\/a>\u00a0(consulte este art\u00edculo para obtener m\u00e1s informaci\u00f3n:\u00a0<a href=\"https:\/\/memberpress.com\/es\/docs\/how-to-add-custom-code-snippets-in-wpcode\/\">C\u00f3mo a\u00f1adir fragmentos de c\u00f3digo personalizados en 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_two_factor_primary_provider_for_user($provider, $user_id) {\n  if (empty($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(1TP7Proveedores_habilitados, 1TP7ID_usuario) {\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>Nota: <\/strong>Este c\u00f3digo (arriba) s\u00f3lo aplicar\u00e1 el m\u00e9todo de autenticaci\u00f3n 2FA por correo electr\u00f3nico de confirmaci\u00f3n. El usuario seguir\u00e1 teniendo la opci\u00f3n de activar los otros m\u00e9todos desde la p\u00e1gina de su cuenta.<\/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\/es\/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=\"es_ES\" \/>\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\/es\/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\\\/es\\\/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\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/file-BzIVtJZgVA.png\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/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\":\"es-ES\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#webpage\"},\"articleSection\":\"Third-Party\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/add-ons\\\/#listItem\",\"name\":\"Add-ons\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/add-ons\\\/#listItem\",\"position\":2,\"name\":\"Add-ons\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/add-ons\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/third-party\\\/#listItem\",\"name\":\"Third-Party\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/third-party\\\/#listItem\",\"position\":3,\"name\":\"Third-Party\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/third-party\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#listItem\",\"name\":\"2 Factor Authentication Integration by Plugin Contributors\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/add-ons\\\/#listItem\",\"name\":\"Add-ons\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/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\\\/es\\\/doc-categories\\\/third-party\\\/#listItem\",\"name\":\"Third-Party\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/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\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1776350726\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/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\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/2-factor-authentication-integration-by-plugin-contributors\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/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\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#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":"Integraci\u00f3n de Autenticaci\u00f3n de 2 Factores por Colaboradores de Plugin | MemberPress","description":"Esta documentaci\u00f3n le mostrar\u00e1 c\u00f3mo instalar y activar la autenticaci\u00f3n de 2 factores para su sitio MemberPress. Tambi\u00e9n explicar\u00e1 c\u00f3mo hacer que el miembro tenga que utilizar la autenticaci\u00f3n de 2 factores para poder iniciar sesi\u00f3n. Nota: Esta integraci\u00f3n est\u00e1 disponible para los miembros de los planes MemberPress Growth y Scale. Si est\u00e1 suscrito","canonical_url":"https:\/\/memberpress.com\/es\/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\/es\/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\/es\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-BzIVtJZgVA.png","@id":"https:\/\/memberpress.com\/es\/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":"es-ES","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/es\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/es\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#webpage"},"articleSection":"Third-Party"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/es\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/add-ons\/#listItem","name":"Add-ons"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/add-ons\/#listItem","position":2,"name":"Add-ons","item":"https:\/\/memberpress.com\/es\/doc-categories\/add-ons\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/third-party\/#listItem","name":"Third-Party"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/third-party\/#listItem","position":3,"name":"Third-Party","item":"https:\/\/memberpress.com\/es\/doc-categories\/third-party\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#listItem","name":"2 Factor Authentication Integration by Plugin Contributors"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/add-ons\/#listItem","name":"Add-ons"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/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\/es\/doc-categories\/third-party\/#listItem","name":"Third-Party"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/es\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/es\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/es\/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\/es\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1776350726"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/es\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#webpage","url":"https:\/\/memberpress.com\/es\/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":"es-ES","isPartOf":{"@id":"https:\/\/memberpress.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/es\/docs\/2-factor-authentication-integration-by-plugin-contributors\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/es\/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\/es\/#website","url":"https:\/\/memberpress.com\/es\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"es-ES","publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"}}]},"og:locale":"es_ES","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\/es\/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\/es\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/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\/es\/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\/es"},{"label":"Add-ons","link":"https:\/\/memberpress.com\/es\/doc-categories\/add-ons\/"},{"label":"Third-Party","link":"https:\/\/memberpress.com\/es\/doc-categories\/third-party\/"},{"label":"2 Factor Authentication Integration by Plugin Contributors","link":"https:\/\/memberpress.com\/es\/docs\/2-factor-authentication-integration-by-plugin-contributors\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/62267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/comments?post=62267"}],"version-history":[{"count":5,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/62267\/revisions"}],"predecessor-version":[{"id":75624,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/62267\/revisions\/75624"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/media?parent=62267"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-category?post=62267"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-tag?post=62267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}