Document the deprecation of `TPhpass::hash()` and `TPhpass::needsRehash()`
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 28 Apr 2022 12:31:01 +0000 (14:31 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Apr 2022 12:31:01 +0000 (14:31 +0200)
see WoltLab/WCF#4602

docs/migration/wsc54/deprecations_removals.md

index c5d0a552c89d4ae3f33b6b96096d53a989d4917e..2b932780ae5ee5f153a4b7ea128af0e7561bd49c 100644 (file)
@@ -34,6 +34,8 @@ With version 5.5, we have deprecated certain components and removed several othe
 - `wcf\system\request\Request::isExecuted()` ([WoltLab/WCF#4485](https://github.com/WoltLab/WCF/pull/4485))
 - `wcf\system\search\elasticsearch\ElasticsearchHandler::query()`
 - `wcf\system\session\Session::getDeviceIcon()` ([WoltLab/WCF#4525](https://github.com/WoltLab/WCF/pull/4525))
+- `wcf\system\user\authentication\password\algorithm\TPhpass::hash()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4762))
+- `wcf\system\user\authentication\password\algorithm\TPhpass::needsRehash()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4762))
 - `wcf\system\WCF::getAnchor()` ([WoltLab/WCF#4580](https://github.com/WoltLab/WCF/pull/4580))
 - `wcf\util\MathUtil::getRandomValue()` ([WoltLab/WCF#4280](https://github.com/WoltLab/WCF/pull/4280))
 - `wcf\util\StringUtil::encodeJSON()` ([WoltLab/WCF#4645](https://github.com/WoltLab/WCF/pull/4645))