From: ivan Date: Sat, 29 Nov 2008 20:32:48 +0000 (+0000) Subject: add selfservice_server-single_domain config, and login_info self-service method to... X-Git-Tag: root_of_webpay_support~226 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7efa0ac8ebfef28bf6cb277c0c2b53159479df21;p=freeside.git add selfservice_server-single_domain config, and login_info self-service method to give the login page a bit more configurability --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b65b71943..e1fb8427b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1671,6 +1671,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'selfservice_server-single_domain', + 'section' => '', + 'description' => 'If specified, only use this one domain for self-service access.', + 'type' => 'text', + }, + { 'key' => 'card_refund-days', 'section' => 'billing',