|
From: Jamie C. <jca...@we...> - 2005-10-03 10:05:13
|
Hi Rob,
That is odd, because I thought I made that change in my code ... perhaps I released a slightly older version by accident. Well, it will definately be fixed in the next Usermin release :-)
- Jamie
-----Original Message-----
From: Rob Thomas <wel...@gm...>
Subj: Re: [webmin-l] Re: Usermin : Change Password Home Dir Required?
Date: Mon 3 Oct 2005 7:24 pm
Size: 456 bytes
To: web...@li...
As my previous message was too big here is the short version. Worked it out, the if statement which checks for the new mailbox parameter hadn't been changed in the updated changepass.cgi script i.e. change this ....
if (amp;foreign_check(mailbox)) {
to this ....
if ($config{'mailbox'} amp;amp; amp;foreign_check(mailbox)) {
Thanks for the help Jamie.
|