Re: [otrs] Login - How can I remove the (request new password)optionfrom t he OTRS Admin Login page?

2004-03-24 Thread Robert Kehl
On Wednesday, March 24, 2004 12:46 PM
Robert Kehl <[EMAIL PROTECTED]> wrote:
> $Self->{LostPassword} = 1;


Ups - for sure you want a 

 $Self->{LostPassword} = 0;

in your situation. *g*

Regards,

Robert Kehl

-- 
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
 http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Login - How can I remove the (request new password) optionfrom t he OTRS Admin Login page?

2004-03-24 Thread Robert Kehl
On Wednesday, March 24, 2004 12:36 PM
Stig Graasbøl Rasmussen <[EMAIL PROTECTED]> wrote:
>> Is there a way I can remove / disable the (request new password)
>> option from the Admin Login page?

Set this in Kernel/Config.pm:

# LostPassword
# (use lost password feature)
$Self->{LostPassword} = 1;

hth,

Robert Kehl

--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
 http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/