X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=b69f47aa0e897bc80e2fa66c5cc1c96a8791e416;hb=0b94d5a17b0bf54f8543bdaee397f05e647dfe7c;hp=706ebe720d2d79717151b0e3dedbca0e80bda1ed;hpb=0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 706ebe720..b69f47aa0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -278,7 +278,7 @@ httemplate/docs/config.html { 'key' => 'business-onlinepayment-description', 'section' => 'billing', - 'description' => 'String passed as the description field to Business::OnlinePayment. Evaluated as a double-quoted perl string, with the following variables available: $agent (the agent name), and $pkgs (a comma-separated list of packages to which the invoiced being charged applies)', + 'description' => 'String passed as the description field to Business::OnlinePayment. Evaluated as a double-quoted perl string, with the following variables available: $agent (the agent name), and $pkgs (a comma-separated list of packages for which these charges apply)', 'type' => 'text', }, @@ -760,7 +760,7 @@ httemplate/docs/config.html { 'key' => 'username-ampersand', 'section' => 'username', - 'description' => 'Allow the ampersand character (&) in usernames. Be careful when using this option in conjunction with shellmachine-useradd and other configuration options which execute shell commands, as the ampersand will be interpreted by the shell if not quoted.', + 'description' => 'Allow the ampersand character (&) in usernames. Be careful when using this option in conjunction with exports which execute shell commands, as the ampersand will be interpreted by the shell if not quoted.', 'type' => 'checkbox', }, @@ -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;