Actions
Bug #105501
closedMariaDB does not use SHA1 database method for password reset token because of broken platform detection
Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
Start date:
2024-10-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Doctrine v4 switched MariaDBPlatform
to be based on AbstractMySQLPlatform
instead of MySQLPlatform
, that means that all checks that test for mysql/mariadb must not check against MySQLPlatform
only, PasswordReset.php
missed to do so.
Actions