From fe48e27fb2729cc5918a51ff861ed7dd5eee6fb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 17 Jun 2021 15:23:21 +0200 Subject: [PATCH] Deprecate PasswordUtil itself --- wcfsetup/install/files/lib/util/PasswordUtil.class.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/wcfsetup/install/files/lib/util/PasswordUtil.class.php b/wcfsetup/install/files/lib/util/PasswordUtil.class.php index 514e30aaf0..022f6abd2b 100644 --- a/wcfsetup/install/files/lib/util/PasswordUtil.class.php +++ b/wcfsetup/install/files/lib/util/PasswordUtil.class.php @@ -7,12 +7,7 @@ use wcf\system\Regex; use wcf\util\exception\CryptoException; /** - * Provides functions to compute password hashes. - * - * @author Alexander Ebert - * @copyright 2001-2019 WoltLab GmbH - * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Util + * @deprecated 5.5 - All methods within this class are deprecated. */ final class PasswordUtil { -- 2.20.1