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 == 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