[freeside-commits] freeside/FS/FS Conf.pm,1.253,1.254

Ivan,,, ivan at wavetail.420.am
Sat Nov 29 12:32:51 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv31357

Modified Files:
	Conf.pm 
Log Message:
add selfservice_server-single_domain config, and login_info self-service method to give the login page a bit more configurability

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -d -r1.253 -r1.254
--- Conf.pm	22 Nov 2008 22:17:26 -0000	1.253
+++ Conf.pm	29 Nov 2008 20:32:48 -0000	1.254
@@ -1672,6 +1672,13 @@
   },
 
   {
+    '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.',



More information about the freeside-commits mailing list