[rt-users] login problem

zhou jian sunzhoujian at yahoo.com
Mon Feb 27 19:43:57 EST 2006


I took a brief look at the code of autohandler and
have no clue yet. I still couldn't login with root,
password  combination. It is my first time for
installing RT.




                                                      
                                                      
                             
/////////////////////////////////////////////////////////
    # If the user isn't privileged, they can only see
SelfService
    if ((! $session{'CurrentUser'}->Privileged) and
        ($m->base_comp->path !~ '^(/+)SelfService/') )
{
        $m->comp('/SelfService/index.html');
        $m->abort();
    }
    else {
        $m->call_next(%ARGS);
    }
}
                                                      
                                                      
                              
# If we have no credentials
else {
    $m->comp('/Elements/Login', %ARGS);
    $m->abort();
}
</%INIT>
<& /Elements/Footer, %ARGS &>
<%ARGS>
$user => undef
$pass => undef
$menu => undef
</%ARGS>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the rt-users mailing list