summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2008-11-29 20:32:48 +0000
committerivan <ivan>2008-11-29 20:32:48 +0000
commit7efa0ac8ebfef28bf6cb277c0c2b53159479df21 (patch)
tree84eb2dfc02b3accefea31d0a3a9f65ad536e07ac /FS
parent8c6ffa2a3e6fa9e4e53bed731e5f1d0f2b7241c4 (diff)
add selfservice_server-single_domain config, and login_info self-service method to give the login page a bit more configurability
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
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
@@ -1672,6 +1672,13 @@ worry that config_items is freeside-specific and icky.
},
{
+ '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',
'description' => 'After a payment, the number of days a refund link will be available for that payment. Defaults to 120.',