> you can only load a user by id or by E-mail  address. The routine is
> LoadByEmail.

At last a friend suggested

my $user = RT::User->new( RT->SystemUser );
$user->Load('test_user');

and it worked.

- Gergely

Reply via email to