Я на дев. версии решил так. На бою и так работает, главное не выгрузить.
Файл typo3conf/ext/sr_feuser_register/pi1/class.tx_srfeuserregister_pi1_base.php.
@@ -104,7 +104,7 @@
// }
// }
// Check if we can get a backend from rsaauth
- if (t3lib_extMgm::isLoaded('rsaauth')) {
+ if (false && t3lib_extMgm::isLoaded('rsaauth')) {
// rsaauth in TYPO3 4.5 misses autoload
if (!class_exists('tx_rsaauth_backendfactory')) {
require_once(t3lib_extMgm::extPath('rsaauth') . 'sv1/backends/class.tx_rsaauth_backendfactory.php');
|