From dbfe7152894a4fa746522b65ab0994492a5f639a Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Wed, 18 Sep 2024 10:22:55 +0300 Subject: [PATCH 1/2] Be specific about contributors --- two-factor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/two-factor.php b/two-factor.php index 380ad4c2..274b6c84 100644 --- a/two-factor.php +++ b/two-factor.php @@ -3,7 +3,7 @@ * Two Factor * * @package Two_Factor - * @author Plugin Contributors + * @author WordPress.org Contributors * @copyright 2020 Plugin Contributors * @license GPL-2.0-or-later * @@ -14,7 +14,7 @@ * Version: 0.9.1 * Requires at least: 6.3 * Requires PHP: 7.2 - * Author: Plugin Contributors + * Author: WordPress.org Contributors * Author URI: https://github.com/wordpress/two-factor/graphs/contributors * License: GPL-2.0-or-later * License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From 49a2cc251b6a1029c364892138844b2efa07ae15 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Wed, 18 Sep 2024 10:23:11 +0300 Subject: [PATCH 2/2] Mention 2FA in short description for discoverability --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index f4baaffa..301500c8 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Stable tag: 0.9.1 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html -Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes. +Enable Two-Factor Authentication (2FA) using time-based one-time passwords (TOTP), Universal 2nd Factor (U2F), email, and backup verification codes. == Description ==