[freeside-commits] freeside/FS/FS Conf.pm,1.468.2.13,1.468.2.14

Ivan,,, ivan at wavetail.420.am
Wed Oct 26 14:55:06 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	Conf.pm 
Log Message:
better descriptions for encryption config

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.468.2.13
retrieving revision 1.468.2.14
diff -u -w -d -r1.468.2.13 -r1.468.2.14
--- Conf.pm	25 Oct 2011 01:15:13 -0000	1.468.2.13
+++ Conf.pm	26 Oct 2011 21:55:03 -0000	1.468.2.14
@@ -732,7 +732,7 @@
   {
     'key'         => 'encryption',
     'section'     => 'billing',
-    'description' => 'Enable encryption of credit cards.',
+    'description' => 'Enable encryption of credit cards and eheck numbers',
     'type'        => 'checkbox',
   },
 
@@ -740,20 +740,21 @@
     'key'         => 'encryptionmodule',
     'section'     => 'billing',
     'description' => 'Use which module for encryption?',
-    'type'        => 'text',
+    'type'        => 'select',
+    'select_enum' => [ '', 'Crypt::OpenSSL::RSA', ],
   },
 
   {
     'key'         => 'encryptionpublickey',
     'section'     => 'billing',
-    'description' => 'Your RSA Public Key - Required if Encryption is turned on.',
+    'description' => 'Encryption public key',
     'type'        => 'textarea',
   },
 
   {
     'key'         => 'encryptionprivatekey',
     'section'     => 'billing',
-    'description' => 'Your RSA Private Key - Including this will enable the "Bill Now" feature.  However if the system is compromised, a hacker can use this key to decode the stored credit card information.  This is generally not a good idea.',
+    'description' => 'Encryption private key',
     'type'        => 'textarea',
   },
 



More information about the freeside-commits mailing list