[rt-users] login problem

Chaim Rieger chaim.rieger at gmail.com
Mon Feb 27 19:51:59 EST 2006


do me a favor on your host via command line

mysql -u root -p
show databases;
use rt3;
show tables;

exit



send us the output.

thanx



zhou jian wrote:
> 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 
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
> 
> Download a free sample chapter of RT Essentials from O'Reilly Media at http://rtbook.bestpractical.com
> 
> WE'RE COMING TO YOUR TOWN SOON - RT Training in Amsterdam, Boston and
> San Francisco - Find out more at http://bestpractical.com/services/training.html
> 




More information about the rt-users mailing list