X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d676d4e8c2c5c808b5b86ed38dfc8865420c9060;hb=6217d43dfc7345ec7f89be7fb90211fea458efde;hp=bfef62807de2a05a150cf38be609f87bacf6ef40;hpb=918bbc9ce36a3dc5943f521e26751ea94a5a5539;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bfef62807..d676d4e8c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -759,7 +759,7 @@ httemplate/docs/config.html { 'key' => 'showpasswords', 'section' => 'UI', - 'description' => 'Display unencrypted user passwords in the web interface', + 'description' => 'Display unencrypted user passwords in the backend (employee) web interface', 'type' => 'checkbox', }, @@ -935,8 +935,8 @@ httemplate/docs/config.html { 'key' => 'safe-part_pkg', - 'section' => 'UI', - 'description' => 'Validates package definition setup and recur expressions against a preset list. Useful for webdemos, annoying to powerusers.', + 'section' => 'deprecated', + 'description' => 'DEPRECATED, obsolete. Used to validate package definition setup and recur expressions against a preset list. Useful for webdemos, annoying to powerusers.', 'type' => 'checkbox', }, @@ -1276,6 +1276,36 @@ httemplate/docs/config.html 'type' => 'text', }, + { + 'key' => 'agent-showpasswords', + 'section' => '', + 'description' => 'Display unencrypted user passwords in the agent (reseller) interface', + 'type' => 'checkbox', + }, + + { + 'key' => 'global_unique-username', + 'section' => 'username', + 'description' => 'Global username uniqueness control: none (usual setting - check uniqueness per exports), username (all usernames are globally unique, regardless of domain or exports), or username@domain (all username@domain pairs are globally unique, regardless of exports)', + 'type' => 'select', + 'select_enum' => [ 'none', 'username', 'username@domain' ], + }, + + { + 'key' => 'svc_external-skip_manual', + 'section' => 'UI', + 'description' => 'When provisioning svc_external services, skip manual entry of id and title fields in the UI. Usually used in conjunction with an export that populates these fields (i.e. artera_turbo).', + 'type' => 'checkbox', + }, + + { + 'key' => 'svc_external-display_type', + 'section' => 'UI', + 'description' => 'Select a specific svc_external type to enable some UI changes specific to that type (i.e. artera_turbo).', + 'type' => 'select', + 'select_enum' => [ 'generic', 'artera_turbo', ], + }, + ); 1;