0e0c65899e8ee6e9c6638cda8caf5823968aaf10
[spider.git] / cmd / set / logininfo.pl
1 #
2 # set the logininfo option for users
3 #
4 # Copyright (c) 1999 Dirk Koopman G1TLH
5 #
6 # $Id$
7 #
8 my $self = shift;
9 $self->user->wantlogininfo(1);
10 $self->logininfo(1);
11 return (1, $self->msg('ok'));