add svc_acct-no_edit_username config, RT#13416
[freeside.git] / FS / FS / Conf.pm
index ac0f94c..7d9d6c7 100644 (file)
@@ -2904,6 +2904,13 @@ and customer address. Include units.',
   },
 
   {
+    'key'         => 'svc_acct-no_edit_username',
+    'section'     => 'shell',
+    'description' => 'Disallow username editing.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'zone-underscore',
     'section'     => 'BIND',
     'description' => 'Allow underscores in zone names.  As underscores are illegal characters in zone names, this option is not recommended.',