Changeset 59828 for trunk/tests/phpunit/tests/user/passwordHash.php
- Timestamp:
- 02/17/2025 11:22:33 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/passwordHash.php
r56547 r59828 3 3 /** 4 4 * Tests for the PasswordHash external library. 5 * 6 * PasswordHash is no longer used to hash user passwords or security keys, but it is still used to 7 * hash post passwords and as a fallback to verify old passwords that were hashed by phpass. The 8 * library therefore needs to remain compatible with the latest versions of PHP. 5 9 * 6 10 * @covers PasswordHash
Note: See TracChangeset
for help on using the changeset viewer.