콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

Secure 2FA

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Secure 2FA

작성자: Mohamed Endisha
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

Secure 2FA adds an extra layer of security to your WordPress login process by enabling 2FA via several authentication methods.

Features

  • Free two-factor authentication (2FA) plugin
  • Multiple authentication methods: One-time password (OTP), Yubico OTP (YubiKey), Email OTP, and WhatsApp OTP
  • Customizable OTP configurations: Expiration time, retries, and more
  • Role-based enforcement: Require 2FA for all or specific roles while excluding others
  • Supports WordPress Multisite and single-site installations
  • Activity log tracking: Monitor authentication attempts and security events
  • Rate limiting: Prevent brute-force attacks by limiting OTP requests per user
  • Backup recovery codes: Allow users to regain access if they lose their primary 2FA method
  • Automatic log cleanup: Enable or disable automatic deletion of old activity logs with configurable schedules
  • UI control: Manage the visibility of the “Configure 2FA” option in the sidebar, admin toolbar, and user list

Time-based One-Time Password 2FA Method

  • Compatible with diifrent authotcitors apps susch as Google Authenticator and Duo etc.
  • Generates QR codes during 2FA setup.
  • Supports manual setup keys.

WhatsApp 2FA Method

This method leverages Meta’s official API to send OTPs via WhatsApp authentication template. It supports the following features:

  • Set a default template language.
  • Support multiple template languages based on the user’s UI language (templates must match WhatsApp requirements).
  • Define a base country for phone numbers when configuring 2FA.
  • Restrict phone number selection by specifying an allowed countries list.
  • Enable IP address lookup to detect the user’s country during 2FA setup.
  • Allow or prevent multiple users from using the same phone number.
  • Set custom phone number regex patterns to enforce specific formatting rules.

Email OTP 2FA Method

  • Allow or disallow users to enter a different email when configuring email as a two-factor authentication method.
  • Specify a custom email address from which OTPs will be sent.
  • Customize email languages, subject lines, and message content based on supported languages.

Yubico OTP 2FA Method

Yubico OTP is a secure and convenient authentication method supported by all YubiKeys out of the box. It provides an additional layer of security as a second-factor authentication option.

Requirements

  • WordPress 6.0 or newer.
  • PHP version 7.4 or newer.

External Library and Services Usage

  • The plugin utilizes the intl-tel-input library to provide phone number formatting functionality.
  • The plugin integrates with Meta’s WhatsApp Business API, which is subject to Meta’s Terms of Service and pricing policies. You may need to subscribe to a third-party WhatsApp API method or a Meta-approved Business Solution Provider to use this service. For details, visit Meta’s WhatsApp Business API documentation.
  • The plugin integrates with the Yubico OTP API. It securely sends the user’s one-time password (OTP) to Yubico’s verification service to authenticate login attempts. Review Yubico’s Terms & Conditions and Privacy Notice for more details.

License

Secure 2FA is licensed under the GNU General Public License v2 or later.

스크린샷

Overview
Overview
Verified Users
Verified Users
Activity Log
Activity Log
General Settings
General Settings
Time-based One-Time Password 2FA Settings
Time-based One-Time Password 2FA Settings
Email 2FA Method Settings
Email 2FA Method Settings
WhatsApp 2FA Method Settings
WhatsApp 2FA Method Settings
Yubico OTP 2FA Method Settings
Yubico OTP 2FA Method Settings
OTP Settings
OTP Settings
Recovery Codes Settings
Recovery Codes Settings
Rate Limit Settings
Rate Limit Settings
Enforce 2FA
Enforce 2FA
Visibility Settings
Visibility Settings
Advanced Settings
Advanced Settings
Configure User 2FA
Configure User 2FA
Configure User 2FA - One-Time Password
Configure User 2FA – One-Time Password
Configure User 2FA - Email
Configure User 2FA – Email
Configure User 2FA - WhatsApp
Configure User 2FA – WhatsApp
Configure User 2FA - Yubico/YubiKey
Configure User 2FA – Yubico/YubiKey
Configure User 2FA - Activte
Configure User 2FA – Activte
Configure User 2FA - Login 2FA
Configure User 2FA – Login 2FA
Configure User 2FA - Login Recovery Code
Configure User 2FA – Login Recovery Code
Configure User 2FA - Login 2FA - WhatsApp
Configure User 2FA – Login 2FA – WhatsApp

설치

Minimum Requirements

  • PHP 7.4 or greater is recommended.
  • MySQL 5.6 or greater is recommended.

Automatic installation

Automatic installation is the easiest option — WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of Secure 2FA, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”

In the search field, type “Secure 2FA” and click “Search Plugins.” Once you’ve found it, you can view details such as the point release, rating, and description. Most importantly, you can install it by clicking “Install Now,” and WordPress will take care of the rest.

Manual installation

The manual installation method requires downloading the Secure 2FA plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/ #manual-plugin-installation).

FAQ

How do I enable and configure Secure 2FA?

After activating the plugin, a “Secure 2FA” menu item will appear in your WordPress admin dashboard’s sidebar.

Can I disable enforcement 2FA for specific user roles?

Yes, you can configure enforce 2FA settings to exclude certain roles from 2FA enforcement.

How Can I exclude specific users from enforced two-factor authentication?

There is no settings page available for excluding users from forced two-factor authentication. However, you can exclude specific users by adding the following filter to the “functions.php” file of your active theme:

<?php
add_filter('secure_tfa_enforce_tfa_excluded_users', function() {
    // User ID(s) you want to exclude
    return [1]; 
});

What happens if a user doesn’t receive the OTP?

If a user doesn’t receive their OTP, they should:

  1. Wait a few minutes and try again.
  2. Use their backup recovery codes to regain access if OTP delivery fails.
  3. If the issue persists, the site administrator can assist with troubleshooting by checking the activity logs for the user or deactivate 2FA for that user.
  4. If you are the site administrator, check the Handling and Troubleshooting Issues below for further assistance.

Handling and Troubleshooting Issues

If you’re facing issues logging in or not receiving OTPs due to 2FA method issue or email or API problems, and you need to regain access to your WordPress account, you can configure the following constants in the config.php file to help resolve these issues:

define( 'SECURE_TFA_DISABLE_PLUGIN', true ) ;

This constant disables the 2FA login process and temporarily deactivates its functionality, although the plugin remains active.

define( 'SECURE_TFA_DISABLE_ENFORCE_TFA', true ) ;

This constant disables the enforced 2FA requirement for users who have not yet enabled it.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Secure 2FA”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • Mohamed Endisha

자국어로 “Secure 2FA”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 RSS로 구독하세요.

변경이력

1.0.0 – 2025-04-10

  • Initial release.

기초

  • 버전 1.0.0
  • 최근 업데이트: 1년 전
  • 활성화된 설치 10+
  • 워드프레스 버전 6.0 또는 그 이상
  • 다음까지 시험됨: 6.7.6
  • PHP 버전 7.4 또는 그 이상
  • 언어
    English (US)
  • 태그:
    2FAloginTFA
  • 고급 보기

평점

아직 제출된 리뷰가 없습니다.

Your review

모든 리뷰 보기

기여자

  • Mohamed Endisha

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.