add usermod_nousername flag to just prohibit username changes
[freeside.git] / FS / FS / part_export / shellcommands_withdomain.pm
index 9bee75f..7c5d904 100644 (file)
@@ -32,6 +32,9 @@ tie my %options, 'Tie::IxHash',
   '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=>'',
                },