freeside/FS/FS/part_export shellcommands_withdomain.pm,1.4,1.5

ivan ivan at pouncequick.420.am
Mon May 10 06:47:00 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv19818

Modified Files:
	shellcommands_withdomain.pm 
Log Message:
fix ISPMan password changing command

Index: shellcommands_withdomain.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands_withdomain.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- shellcommands_withdomain.pm	3 May 2004 14:32:10 -0000	1.4
+++ shellcommands_withdomain.pm	10 May 2004 13:46:52 -0000	1.5
@@ -73,7 +73,7 @@
     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;
   '>




More information about the freeside-commits mailing list