diff options
author | ivan <ivan> | 2004-05-10 13:47:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-05-10 13:47:24 +0000 |
commit | ca1b7667760ba5679322a0f9feb70298aa11c68c (patch) | |
tree | fd91f4afca5e1e58b3a162f9a0c02a95638a84ef /FS | |
parent | 1ce793c9689ce4f4cd2646a0ce57f65a61a70d78 (diff) |
fix ISPMan password changing command
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/shellcommands_withdomain.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/shellcommands_withdomain.pm b/FS/FS/part_export/shellcommands_withdomain.pm index 4f1b25bc4..89ee95fa3 100644 --- a/FS/FS/part_export/shellcommands_withdomain.pm +++ b/FS/FS/part_export/shellcommands_withdomain.pm @@ -73,7 +73,7 @@ the same username with different domains. You will need to this.form.useradd_stdin.value = ""; this.form.userdel.value = "/usr/local/ispman/bin/ispman.delUser -d $domain $username"; this.form.userdel_stdin.value=""; - this.form.usermod.value = "/usr/local/ispman/bin/ispman.passwd.user $username\\\@$domain $new_quoted_password"; + this.form.usermod.value = "/usr/local/ispman/bin/ispman.passwd.user $new_username\\\@$new_domain $new_quoted_password"; this.form.usermod_stdin.value = ""; this.form.usermod_pwonly.checked = true; '> |