[TASK] Convert BackendAuthentication to Doctrine API
Convert all SQL statements in backend authentication classes to the new Doctrine DBAL based API. Releases: master Resolves: #75546 Change-Id: I2450a9cb8947673285763b475bcf25a2dc284ee8 Reviewed-on: https://review.typo3.org/47576 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
Showing
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 209 additions, 72 deletions...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 172 additions, 56 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php 27 additions, 2 deletions...ts/Unit/Authentication/AbstractUserAuthenticationTest.php
- typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php 20 additions, 10 deletions...sts/Unit/Authentication/BackendUserAuthenticationTest.php
Please register or sign in to comment