Technology Tools for Ministry

Community

Web-Empowered Church User Community
All Categories > Ministry Tools > Other TYPO3 Extensions > sr_feuser_register forgot password link
Total Posts: 9 - Pages (1): [1]
user picture Author: Jason Gillett
Posted: Apr 10 2009 - 09:06 PM
Subject: sr_feuser_register forgot password link
The "forgot password" link for sr_feuser_register is not working right. For some reason it does not have "not_cached/" at the end.
current link: http://www.fresnobiblechurch.com/home/forgot_password/
correct link: http://www.fresnobiblechurch.com/home/forgot_password/not_cached/

How can I set correct the link?

Author: Jeff Segars
Posted: Apr 22 2009 - 03:34 PM
Subject: re: sr_feuser_register forgot password link
Jason,
The password reminder functionality is actually coming from the felogin extension. If you've recently upgraded to a new TYPO3 version, this is probably the reason for the change and isn't anything to worry about.

My memory is a little fuzzy here, but it seems to match up with what I see in a quick look at the code. In the past, the login box allowed its content to be cached but also set the no_cache flag for the entire page (when performing the actual login, sending password reminders, etc). More recently, its been updated so that its output is never cached but the rest of the page content is cached.

This means you don't see the flag in the URL anymore but everything should still be behaving the same behind the scenes. If its not, let us know and we'll investigate.

Thanks,
Jeff
user picture Author: Jason Gillett
Posted: Apr 23 2009 - 12:06 PM
Subject: re: re: sr_feuser_register forgot password link
The page reloads, but it does not really do anything.
Author: Jeff Segars
Posted: Apr 23 2009 - 03:00 PM
Subject: re: sr_feuser_register forgot password link
Jason,
Is the issue that no reminder email is sent on the uncached version or just that there's no visual indication of what has happened? If its the visual side, I can give you a pointer on tweaking the templates. If no emails are being sent, I'd suggest marking the page as No Cache in the page properties to see if caching is the culprit. Once its forced to be uncached, you can try another reminder email.

Thanks,
Jeff
user picture Author: Jason Gillett
Posted: Apr 23 2009 - 06:19 PM
Subject: re: sr_feuser_register forgot password link
The page refreshes, but the form to enter your email does not display. It just stays as the normal login form.
Author: Jeff Segars
Posted: Apr 24 2009 - 11:42 AM
Subject: re: sr_feuser_register forgot password link
Jason,
I see what you're saying now. Yesterday, it was actually working for me when I followed your links but now I don't get the Forgot Password form coming up at all.

I'll do some investigation and get back to you as soon as I know anything. Which version of TYPO3 are you running?

Thanks,
Jeff
user picture Author: Jason Gillett
Posted: Apr 24 2009 - 01:09 PM
Subject: re: sr_feuser_register forgot password link
That site is on 4.3 alpha 2
Author: Jeff Segars
Posted: Apr 24 2009 - 01:54 PM
Subject: re: sr_feuser_register forgot password link
That site is on 4.3 alpha 2


Ahh, very good to know! From a quick test here, the Forgot Password stuff is working fine on 4.2 but has the issues you're seeing in 4.3. This will obviously have to be fixed before any official release of 4.3 but a good short term workaround may be to copy the felogin extension from a working 4.2 install. You can install the 4.2 version as a local extension (typo3conf/ext) and it will be used rather than the system extension (typo3/sysext/).

If you need some instructions on how to do this or a copy of felogin from 4.2, just let me know.

THanks,
Jeff
user picture Author: Jason Gillett
Posted: Apr 24 2009 - 09:43 PM
Subject: re: sr_feuser_register forgot password link
Thanks Jeff that worked fine.
Total Posts: 9 - Pages (1): [1]
You must login to post a message to this conference.