[freeside-commits] freeside/FS/FS/part_export shellcommands_withdomain.pm, 1.7, 1.8

Ivan,,, ivan at wavetail.420.am
Mon Nov 21 06:26:03 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail:/tmp/cvs-serv4698

Modified Files:
	shellcommands_withdomain.pm 
Log Message:
add usermod_nousername flag to just prohibit username changes

Index: shellcommands_withdomain.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands_withdomain.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- shellcommands_withdomain.pm	17 Nov 2005 15:56:18 -0000	1.7
+++ shellcommands_withdomain.pm	21 Nov 2005 14:26:01 -0000	1.8
@@ -32,6 +32,9 @@
   'usermod_pwonly' => { label=>'Disallow username, domain, uid, dir and RADIUS group changes',
                         type =>'checkbox',
                       },
+  'usermod_nousername' => { label=>'Disallow just username changes',
+                            type =>'checkbox',
+                          },
   'suspend' => { label=>'Suspension command',
                  default=>'',
                },



More information about the freeside-commits mailing list