in der lib/session.lib.php

in zeile 68 steht
PHP-Code:
header ("location: ".$domain); 
das kannst du ändern in z.b.
PHP-Code:
header ("location: ".$domain."/index.php?content=/konto/uebersicht");