[freeside-commits] freeside/FS/FS AccessRight.pm, 1.44.2.3, 1.44.2.4 Conf.pm, 1.324.2.33, 1.324.2.34

Ivan,,, ivan at wavetail.420.am
Mon May 17 20:25:43 PDT 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	AccessRight.pm Conf.pm 
Log Message:
add more info to (customer-specific) service report, RT#6180

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.324.2.33
retrieving revision 1.324.2.34
diff -u -w -d -r1.324.2.33 -r1.324.2.34
--- Conf.pm	9 Apr 2010 08:09:04 -0000	1.324.2.33
+++ Conf.pm	18 May 2010 03:25:41 -0000	1.324.2.34
@@ -1259,6 +1259,13 @@
   },
 
   {
+    'key'         => 'report-showpasswords',
+    'section'     => 'UI',
+    'description' => 'This is a terrible idea.  Do not enable it.  STRONGLY NOT RECOMMENDED.  Enables display of passwords on services reports.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'signupurl',
     'section'     => 'UI',
     'description' => 'if you are using customer-to-customer referrals, and you enter the URL of your <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation:Self-Service_Installation">signup server CGI</a>, the customer view screen will display a customized link to the signup server with the appropriate customer as referral',

Index: AccessRight.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/AccessRight.pm,v
retrieving revision 1.44.2.3
retrieving revision 1.44.2.4
diff -u -w -d -r1.44.2.3 -r1.44.2.4
--- AccessRight.pm	4 Feb 2010 10:00:44 -0000	1.44.2.3
+++ AccessRight.pm	18 May 2010 03:25:41 -0000	1.44.2.4
@@ -227,6 +227,7 @@
     'List invoices',
     'List packages',
     'List services',
+    'List service passwords',
   
     { rightname=> 'List rating data', desc=>'Usage reports', global=>1 },
     'Billing event reports',



More information about the freeside-commits mailing list