Re: [otrs]Wow it works Re: [dev] How to make Email field in the add user page to take null value.

2005-05-09 Thread sumeet prasad
..]foreach (qw(Firstname Lastname Login Pw ValidID UserID Email)) {if (!$Param{$_}) {$Self->{LogObject}->Log(Priority => 'error', Message => "Need $_!");return;}[...]Remove "Email" from that "foreach" and try it... and let me know if it works, p

[otrs] Re: [dev] How to make Email field in the add user page to take null value.

2005-05-09 Thread sumeet prasad
the mail address exists to pass the automatic MX check in DNS.Regards,On 8 May 2005 at 23:50, sumeet prasad wrote:> > Hi OTRS Team,> > I don't want to give email address in the field Email: while creating> user(agents). Its not creating user when email id not given. > > H

[otrs] How to make Email field in the add user page to take null value.

2005-05-08 Thread sumeet prasad
Hi OTRS Team, I don't want to give email address in the field Email: while creating user(agents). Its not creating user when email id not given.   How could I give null value in email field and create users ?   Its urgent. Could any one please give inputs.   Regards, Sumeet