[Typo3-dev] FE Useradmin Problem 3.6RC1

Jan-Erik Revsbech jer at moccompany.com
Wed Apr 14 11:46:50 CEST 2004


The problems is these slines

 $fetch = t3lib_div::_GP('fetch');
if (isset($fetch))    {

Changing the last to
if($fetch) {

or to

if($fetch != "")

seems to works, but I wonder what happened? As far as I can see there is no
change from 3.5.0  in these lines. Maybe something with the GPvar function,
probably not. I was a little afraid to publish the solution, as it might be
related to something deeper...

Anyway, I might find the time to test the fe_AdminLib, but not this week,
sorry.

/Jan-Erik



----- Original Message ----- 
From: "Kasper Skårhøj" <kasper at typo3.com>
To: "List for Core-/Extension development" <typo3-dev at lists.netfielders.de>
Sent: Wednesday, April 14, 2004 11:16 AM
Subject: Re: [Typo3-dev] FE Useradmin Problem 3.6RC1


> This is a bug i have introduced because I needed some bugs to solve (I
> was getting unemployed and bored)...  :-)
>
> I know it , if you find out the problem before me, please let me know.
> In fact; I plan to test the WHOLE fe_adminLib in the most recent CVS
> before 3.6.0 is released but if someone else could do this for me and
> report all bugs and fixes that would save me a day - and probably
> enducate the guy doing this a lot...
>
> - kasper
>
>
>
> On Tue, 2004-04-13 at 11:15, Jan-Erik Revsbech wrote:
> > When clicking the Forgot password link in the extension FE UserAdmin, I
get
> > directly to the page displaying the message
> > "An email has been sent to your account" (The
###TEMPLATE_INFOMAIL_SENT###
> > section in the templatefile), and not the expected "Please enter your
with
> > which you registered" (The ###TEMPLATE_INFOMAIL### section).
> >
> > This only occurs on 3.6 sites. What am I missing, or does anybody else
have
> > the same problem?
> >
> > Regards
> > Jan-Erik
> >
> >
> > _______________________________________________
> > Typo3-dev mailing list
> > Typo3-dev at lists.netfielders.de
> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
> -- 
> Best regards
>
> - kasper
>
> --------------------
> It's not a bug, it's a missing feature.
>
>
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
>






More information about the TYPO3-dev mailing list