Deprecate PasswordUtil itself
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 17 Jun 2021 13:23:21 +0000 (15:23 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 17 Jun 2021 13:23:21 +0000 (15:23 +0200)
wcfsetup/install/files/lib/util/PasswordUtil.class.php

index 514e30aaf0c48db373e62fd7cc825a260789c3ce..022f6abd2ba971c46b44e95bbd2d71de4b822943 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Util
+ * @deprecated 5.5 - All methods within this class are deprecated.
  */
 final class PasswordUtil
 {