[freeside-commits] freeside/FS/FS Conf.pm,1.318,1.319

Ivan,,, ivan at wavetail.420.am
Wed Sep 30 17:29:08 PDT 2009


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

Modified Files:
	Conf.pm 
Log Message:
add login check to FS::ClientAPI::SG/SGNG checks. RT#4610

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -d -r1.318 -r1.319
--- Conf.pm	25 Sep 2009 12:29:14 -0000	1.318
+++ Conf.pm	1 Oct 2009 00:29:06 -0000	1.319
@@ -3007,6 +3007,13 @@
   },
 
   {
+    'key'         => 'sg-login_username',
+    'section'     => '',
+    'description' => "Don't use this.",
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'disable-cust-pkg_class',
     'section'     => 'UI',
     'description' => 'Disable the two-step dropdown for selecting package class and package, and return to the classic single dropdown.',



More information about the freeside-commits mailing list