[TYPO3-english] rsaauth problem in xampp

Markus Klein klein.t3 at mfc-linz.at
Wed Feb 8 10:36:04 CET 2012


No need to uninstall anything.
The lines you just inserted are there for exactly this purpose.

   // uninstall rsaauth extension
$TYPO3_CONF_VARS['EXT']['extList']= str_replace('rsaauth,','',$TYPO3_CONF_VARS['EXT']['extList']);


Kind regards
Markus


> -----Original Message-----
> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of J. Bakshi
> Sent: Wednesday, February 08, 2012 10:31 AM
> To: typo3-english at lists.typo3.org
> Subject: Re: [TYPO3-english] rsaauth problem in xampp
> 
> On Wed, 8 Feb 2012 14:47:58 +0530
> > > I use rsaauth on DEV  and LIVE and on my LOCAL xampp I deactivate that with:
> > >
> > > unset($TYPO3_CONF_VARS['BE']['loginSecurityLevel']);
> > > unset($TYPO3_CONF_VARS['FE']['loginSecurityLevel']);
> > >
> > > $TYPO3_CONF_VARS['EXT']'extList']=
> > > str_replace('rsaauth,','',$TYPO3_CONF_VARS['EXT']['extList']);
> > >
> > > $TYPO3_CONF_VARS['EXT']['extList_FE'] =
> > > str_replace('rsaauth,','',$TYPO3_CONF_VARS['EXT']['extList_FE']);
> > >
> > >
> > > Put this lines at the end of typo3conf/localconf.php or preferably
> > > in separate file like typo3conf/localconf_local.php, and include
> > > this file from typo3conf/localconf.php
> > >
> > >
> > > Be aware that you may need to enter "install tool / database comapre"
> > > and set new admin password
> > >
> > > And remember to activate rsaauth on LIVE which are ussually linux
> > > boxes with no such problems as xampp/windows.




More information about the TYPO3-english mailing list