From: ivan Date: Wed, 10 Sep 2003 21:01:03 +0000 (+0000) Subject: set initial password for new accounts X-Git-Tag: NET_WHOIS_RAW_0_31~419 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2cafaa2750d80a3d2d71fdc98dfffde56941426b set initial password for new accounts --- diff --git a/FS/FS/part_export/communigate_pro.pm b/FS/FS/part_export/communigate_pro.pm index 97c946ac2..4068881e4 100644 --- a/FS/FS/part_export/communigate_pro.pm +++ b/FS/FS/part_export/communigate_pro.pm @@ -17,6 +17,7 @@ sub _export_insert { 'AccessModes' => $self->option('AccessModes'), 'RealName' => $svc_acct->finger, 'MaxAccountSize' => $svc_acct->quota, + 'Password' => $svc_acct->_password, ); }