diff options
author | ivan <ivan> | 2003-09-10 21:01:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-10 21:01:05 +0000 |
commit | 6f36e2d944c1bd9ead5734bfc2e9e2685e7a2e00 (patch) | |
tree | d15be9fb405fba9e0e87b3dd1cc4737b6c0c86dd | |
parent | fb8599aef5be84bd0d6e31fb333a7e0dacbbb819 (diff) |
set initial password for new accounts
-rw-r--r-- | FS/FS/part_export/communigate_pro.pm | 1 |
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, ); } |