Thanks Robert,
 
I added the line you suggested into my /Kernel/Config.pm but I still get the (request new password option) on my login pages... Do I have to restart OTRS or apache to make the changes take effect?
 
/Stig
 
-------------------------------------
On Wednesday, March 24, 2004 12:46 PM
Robert Kehl <robert.kehl at otrs.de> wrote:
>     $Self->{LostPassword} = 1;

Ups - for sure you want a

     $Self->{LostPassword} = 0;

in your situation. *g*

Regards,
Robert Kehl