[TYPO3-core] RFC: #10467: AJAX relogin does not work

Dan Osipov dosipov at phillyburbs.com
Sun Oct 4 22:58:04 CEST 2009


Behaves much better, but I'm noticing an issue.

If I have two windows to the same installation open, and both expire, I 
can relogin in one window, but the other window fails to relogin. THe 
only thing I can do is click log out, which logs me out completely and 
I'm unable to use the other window.

I know its a rare case, but could there be a close button on the relogin 
box to go back into the BE without logging in or out?

Dan Osipov
Calkins Media
http://danosipov.com/blog/

Steffen Kamper wrote:
> Hi,
> 
> This is SVN patch request.
> 
> Type: Bugfix
> 
> Branches: trunk
> 
> BT reference: http://bugs.typo3.org/view.php?id=10467
> 
> Many noticed that the relogin feature is broken since some time.
> Looking to this issue the feature was a horrible mixture of old 
> refreshLogin, prototype and ExtJS.
> 
> So i refactored the complete feature and rewrote it in pure ExtJS code.
> I removed all unused vars (like the busy object). This one is still 
> available when using old interface, with backend.php it's no longer needed.
> 
> Now the feature (relogin) is working again. I also fixed some label 
> updates (like the progress bar) and reduced the form to password field 
> only (relogin means same BE_USER, so no need to enter username again). 
> There is still the logout feature if you want to login with other account.
> 
> vg Steffen
> 
> 
> ------------------------------------------------------------------------
> 


More information about the TYPO3-team-core mailing list