From 43478cc9381879fa6731326893b8a81697b3c506 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 11 Feb 2021 16:47:32 +0100 Subject: [PATCH] Deprecated classes and methods related to the master password see #3698 --- .../install/files/lib/acp/form/MasterPasswordForm.class.php | 1 + .../install/files/lib/acp/form/MasterPasswordInitForm.class.php | 1 + wcfsetup/install/files/lib/system/WCFACP.class.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php b/wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php index bc37b59eca..3bcb9244d8 100755 --- a/wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/MasterPasswordForm.class.php @@ -17,6 +17,7 @@ use wcf\util\PasswordUtil; * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Form + * @deprecated 5.4 The master password is deprecated in favor of proper MFA (https://github.com/WoltLab/WCF/issues/3698). */ class MasterPasswordForm extends AbstractForm { diff --git a/wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php b/wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php index f078486c1d..7388d7a2dd 100755 --- a/wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php @@ -18,6 +18,7 @@ use wcf\util\PasswordUtil; * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Form + * @deprecated 5.4 The master password is deprecated in favor of proper MFA (https://github.com/WoltLab/WCF/issues/3698). */ class MasterPasswordInitForm extends MasterPasswordForm { diff --git a/wcfsetup/install/files/lib/system/WCFACP.class.php b/wcfsetup/install/files/lib/system/WCFACP.class.php index 2ab1a294e2..01401eab2a 100644 --- a/wcfsetup/install/files/lib/system/WCFACP.class.php +++ b/wcfsetup/install/files/lib/system/WCFACP.class.php @@ -276,7 +276,7 @@ class WCFACP extends WCF } /** - * Checks whether the active user has entered the valid master password. + * @deprecated 5.4 The master password is deprecated in favor of proper MFA (https://github.com/WoltLab/WCF/issues/3698). */ public static function checkMasterPassword() { -- 2.20.1