Skip to content

Commit 97064f4

Browse files
authored
Document the deprecation of TPhpass::hash() and TPhpass::needsRehash()
see WoltLab/WCF#4602
1 parent 7d1b2c4 commit 97064f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/migration/wsc54/deprecations_removals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ With version 5.5, we have deprecated certain components and removed several othe
3434
- `wcf\system\request\Request::isExecuted()` ([WoltLab/WCF#4485](https://github.com/WoltLab/WCF/pull/4485))
3535
- `wcf\system\search\elasticsearch\ElasticsearchHandler::query()`
3636
- `wcf\system\session\Session::getDeviceIcon()` ([WoltLab/WCF#4525](https://github.com/WoltLab/WCF/pull/4525))
37+
- `wcf\system\user\authentication\password\algorithm\TPhpass::hash()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4762))
38+
- `wcf\system\user\authentication\password\algorithm\TPhpass::needsRehash()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4762))
3739
- `wcf\system\WCF::getAnchor()` ([WoltLab/WCF#4580](https://github.com/WoltLab/WCF/pull/4580))
3840
- `wcf\util\MathUtil::getRandomValue()` ([WoltLab/WCF#4280](https://github.com/WoltLab/WCF/pull/4280))
3941
- `wcf\util\StringUtil::encodeJSON()` ([WoltLab/WCF#4645](https://github.com/WoltLab/WCF/pull/4645))

0 commit comments

Comments
 (0)