Login - How can I remove the (request new password) option from t he OTRS Admin Login page?

Hi, Is there a way I can remove / disable the (request new password) option from the Admin Login page? The thing is that I am interested in administrating the passwords in a central way and therefore I don't want users or agents to request new passwords themselves. And another thing is that I have not got my sendmail to work yet and I won't risk that sombody requests a new password send by a mail that never reach its destination. Thanks Stig

On Wednesday, March 24, 2004 12:36 PM
Stig Graasbøl Rasmussen
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

On Wednesday, March 24, 2004 12:46 PM
Robert Kehl
$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
participants (2)
-
Robert Kehl
-
Stig Graasbøl Rasmussen