X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=b69f47aa0e897bc80e2fa66c5cc1c96a8791e416;hb=0b94d5a17b0bf54f8543bdaee397f05e647dfe7c;hp=d185f8d41d2349780ce5d974d1c7f67776cd23f9;hpb=9b9d80ef01f33dc1552ca10f1d0a439243cf3548;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d185f8d41..b69f47aa0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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;