Skip to content
Snippets Groups Projects
Commit 73248e33 authored by Benni Mack's avatar Benni Mack
Browse files

[TASK] Remove scriptRelPath from AuthServices

Resolves: #75766
Releases: master
Change-Id: I9e1cf44ab12265f421524d3133a90dd1fd24f63e
Reviewed-on: https://review.typo3.org/47770


Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarChristoph Kratz <ckr@rtp.ch>
Tested-by: default avatarChristoph Kratz <ckr@rtp.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent f8a123fd
No related merge requests found
...@@ -46,14 +46,6 @@ class RsaAuthService extends \TYPO3\CMS\Sv\AuthenticationService ...@@ -46,14 +46,6 @@ class RsaAuthService extends \TYPO3\CMS\Sv\AuthenticationService
*/ */
public $prefixId = 'tx_rsaauth_sv1'; 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. * Process the submitted credentials.
* In this case decrypt the password if it is RSA encrypted. * In this case decrypt the password if it is RSA encrypted.
......
...@@ -29,13 +29,6 @@ class SaltedPasswordService extends \TYPO3\CMS\Sv\AbstractAuthenticationService ...@@ -29,13 +29,6 @@ class SaltedPasswordService extends \TYPO3\CMS\Sv\AbstractAuthenticationService
*/ */
public $prefixId = 'tx_saltedpasswords_sv1'; 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. * Keeps extension key.
* *
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment