projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b10b02
)
set initial password for new accounts
author
ivan
<ivan>
Wed, 10 Sep 2003 21:01:03 +0000
(21:01 +0000)
committer
ivan
<ivan>
Wed, 10 Sep 2003 21:01:03 +0000
(21:01 +0000)
FS/FS/part_export/communigate_pro.pm
patch
|
blob
|
history
diff --git
a/FS/FS/part_export/communigate_pro.pm
b/FS/FS/part_export/communigate_pro.pm
index
97c946a
..
4068881
100644
(file)
--- 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,
);
}