users-allow_comp config value to control creation of complimentary accounts and minor...
[freeside.git] / FS / FS / Conf.pm
index d185f8d..86f59c4 100644 (file)
@@ -1053,6 +1053,13 @@ httemplate/docs/config.html
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'users-allow_comp',
+    'section'     => '',
+    'description' => 'Usernames which can create complimentary customers, one per line.  If no usernames are entered, all users can create complimentary accounts.'
+    'type'        => 'textarea',
+  },
+
 );
 
 1;