v1.0.2
This commit is contained in:
parent
b8e17df2db
commit
71b471e13e
19 changed files with 771 additions and 60 deletions
20
readme.txt
20
readme.txt
|
|
@ -1,9 +1,9 @@
|
|||
=== Two Factor Extended ===
|
||||
=== Two-Factor Extended ===
|
||||
Contributors: javiercasares, robotstxt
|
||||
Tags: two-factor, 2fa, authentication, security
|
||||
Requires at least: 6.7
|
||||
Tested up to: 6.9
|
||||
Stable tag: 1.0.1
|
||||
Stable tag: 1.0.2
|
||||
Requires PHP: 8.2
|
||||
Version: 1.0.1
|
||||
License: GPL-3.0-or-later
|
||||
|
|
@ -13,7 +13,7 @@ Extends the WordPress Two Factor plugin with advanced role-based controls and en
|
|||
|
||||
== Description ==
|
||||
|
||||
Two Factor Extended is a comprehensive extension for the WordPress Two Factor plugin that provides administrators with enterprise-level controls over two-factor authentication across their site.
|
||||
Two-Factor Extended is a comprehensive extension for the WordPress Two Factor plugin that provides administrators with enterprise-level controls over two-factor authentication across their site.
|
||||
|
||||
**Core Features:**
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ This plugin requires the [Two Factor](https://wordpress.org/plugins/two-factor/)
|
|||
= Automatic Installation =
|
||||
|
||||
1. Visit the Plugins section in your WordPress admin
|
||||
2. Search for "Two Factor Extended"
|
||||
2. Search for "Two-Factor Extended"
|
||||
3. Click "Install Now" and then "Activate"
|
||||
|
||||
**Important:** Make sure the [Two Factor](https://wordpress.org/plugins/two-factor/) plugin is installed and activated first.
|
||||
|
|
@ -56,7 +56,7 @@ This plugin requires the [Two Factor](https://wordpress.org/plugins/two-factor/)
|
|||
|
||||
= After Installation =
|
||||
|
||||
1. Go to Settings → Two Factor Extended
|
||||
1. Go to Settings → Two-Factor Extended
|
||||
2. Configure your role-based 2FA requirements
|
||||
3. Set which 2FA methods are available to different user roles
|
||||
|
||||
|
|
@ -64,15 +64,15 @@ This plugin requires the [Two Factor](https://wordpress.org/plugins/two-factor/)
|
|||
|
||||
= Does this plugin replace the Two Factor plugin? =
|
||||
|
||||
No, Two Factor Extended is an extension that works alongside the Two Factor plugin. Both plugins must be installed and activated.
|
||||
No, Two-Factor Extended is an extension that works alongside the Two Factor plugin. Both plugins must be installed and activated.
|
||||
|
||||
= Is this compatible with WordPress Multisite? =
|
||||
|
||||
Yes! Two Factor Extended fully supports WordPress Multisite with network-wide settings and site-level overrides.
|
||||
Yes! Two-Factor Extended fully supports WordPress Multisite with network-wide settings and site-level overrides.
|
||||
|
||||
= Which PHP versions are supported? =
|
||||
|
||||
Two Factor Extended requires PHP 8.2 or higher.
|
||||
Two-Factor Extended requires PHP 8.2 or higher.
|
||||
|
||||
= Can users bypass the 2FA requirements? =
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ No. When a 2FA method is marked as required for a user's role, they cannot disab
|
|||
|
||||
== Security ==
|
||||
|
||||
Two Factor Extended follows WordPress security best practices:
|
||||
Two-Factor Extended follows WordPress security best practices:
|
||||
|
||||
= Security Features =
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ _Release date: 2026-02-17_
|
|||
|
||||
**Initial Production Release**
|
||||
|
||||
This is the first comprehensive release of Two Factor Extended, implementing enterprise-level two-factor authentication management for WordPress.
|
||||
This is the first comprehensive release of Two-Factor Extended, implementing enterprise-level two-factor authentication management for WordPress.
|
||||
|
||||
**Core Features**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue