From: Tim Düsterhus Date: Thu, 11 Feb 2021 15:47:32 +0000 (+0100) Subject: Deprecated classes and methods related to the master password X-Git-Tag: 5.4.0_Alpha_1~281 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=43478cc9381879fa6731326893b8a81697b3c506;p=GitHub%2FWoltLab%2FWCF.git Deprecated classes and methods related to the master password see #3698 --- 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() {