Hi Frank, > Does anyone know if it is possible at all to have felogin automatically > redirect a user to the page they were at previous to the login page? I > seem to only see settings where you can specify a specific page to > redirect to.
Another solution is to integrate the login form in each page and then do not redirect at all be stay on the page. Some websites hide the div containing the login form and show it once you click on some pad icon with a smooth DHTML transition. This may be another way. However this solution is not viable if you wish to use md5password in addition to felogin as the challenge may become out of date a bit too quickly if the user first reads the page and after a while decide to log in. I have an idea for this case which would require to get the (fresh) challenge with AJAX when launching the DHTML transition showing the login form. This way non-JS enabled browsers still work and JS-enabled browsers would ensure that the log in always is possible, even after a while. HTH -- Xavier Perseguers http://xavier.perseguers.ch/en _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
