[Typo3] FrontEnd Admin - edit account

Troels Lenda tl at c.dk
Tue Aug 16 13:30:44 CEST 2005


I solved the problem by making an extension with following content. Still looking for a betterway though.

if ($_POST["cmd"] == ""){

$location = $this->pi_getPageLink($GLOBALS["TSFE"]->id)."&rU=".$GLOBALS['TSFE']->fe_user->user['uid']."&cmd=edit";

header("Location: ".$location);
}


Cheers. Troels




More information about the TYPO3-english mailing list