Hi all,
it's possible choose the redirection page after the login in the:

$this->add_hook('authenticate', array($this, 'authenticate'));

function authenticate($args)
        {
                if(!empty($_GET['_autologin']))
                {
                        $args['user'] = $_REQUEST['_user'];
                        $args['pass'] = $_REQUEST['_pass'];
                }
                return $args;
        }

I need this for redirect to the compose message after login if the initial
_action was compose.

Thanks

-- 
Sandro Pazzi

IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to