summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-09-10 21:01:05 +0000
committerivan <ivan>2003-09-10 21:01:05 +0000
commit6f36e2d944c1bd9ead5734bfc2e9e2685e7a2e00 (patch)
treed15be9fb405fba9e0e87b3dd1cc4737b6c0c86dd
parentfb8599aef5be84bd0d6e31fb333a7e0dacbbb819 (diff)
set initial password for new accounts
-rw-r--r--FS/FS/part_export/communigate_pro.pm1
1 files changed, 1 insertions, 0 deletions
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,
);
}