From 73248e33710826955b01b79d6df563fa92825262 Mon Sep 17 00:00:00 2001 From: Benni Mack <benni@typo3.org> Date: Tue, 19 Apr 2016 07:44:12 +0200 Subject: [PATCH] [TASK] Remove scriptRelPath from AuthServices Resolves: #75766 Releases: master Change-Id: I9e1cf44ab12265f421524d3133a90dd1fd24f63e Reviewed-on: https://review.typo3.org/47770 Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> Reviewed-by: Christoph Kratz <ckr@rtp.ch> Tested-by: Christoph Kratz <ckr@rtp.ch> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org> --- typo3/sysext/rsaauth/Classes/RsaAuthService.php | 8 -------- .../saltedpasswords/Classes/SaltedPasswordService.php | 7 ------- 2 files changed, 15 deletions(-) diff --git a/typo3/sysext/rsaauth/Classes/RsaAuthService.php b/typo3/sysext/rsaauth/Classes/RsaAuthService.php index b128fcdfae80..5eed3865b3d9 100644 --- a/typo3/sysext/rsaauth/Classes/RsaAuthService.php +++ b/typo3/sysext/rsaauth/Classes/RsaAuthService.php @@ -46,14 +46,6 @@ class RsaAuthService extends \TYPO3\CMS\Sv\AuthenticationService */ public $prefixId = 'tx_rsaauth_sv1'; - /** - * Standard relative path for the service - * Path to this script relative to the extension dir. - * - * @var string - */ - public $scriptRelPath = 'Classes/RsaAuthService.php'; - /** * Process the submitted credentials. * In this case decrypt the password if it is RSA encrypted. diff --git a/typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php b/typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php index 5b0220a2e223..abb4bc0b8776 100644 --- a/typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php +++ b/typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php @@ -29,13 +29,6 @@ class SaltedPasswordService extends \TYPO3\CMS\Sv\AbstractAuthenticationService */ public $prefixId = 'tx_saltedpasswords_sv1'; - /** - * Keeps path to this script relative to the extension directory. - * - * @var string - */ - public $scriptRelPath = 'sv1/class.tx_saltedpasswords_sv1.php'; - /** * Keeps extension key. * -- GitLab