This commit is contained in:
Jamie Cameron
2014-04-17 17:13:41 -07:00
parent 9ddb7dc506
commit 50752e4527

View File

@@ -190,10 +190,11 @@ else {
# Change password in Usermin too
if (&get_product_name() eq 'usermin' &&
&foreign_check("changepass")) {
# XXX remote user??
&foreign_require("changepass", "changepass-lib.pl");
&changepass::change_mailbox_passwords(
$in{'user'}, $in{'old'}, $in{'new1'});
&changepass::change_samba_password(
$in{'user'}, $in{'old'}, $in{'new1'});
}
# Show ok page