[freeside-commits] freeside/FS/FS/part_export acct_sql.pm, 1.19, 1.20
Ivan,,,
ivan at wavetail.420.am
Fri Jun 10 11:46:57 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv7208/part_export
Modified Files:
acct_sql.pm
Log Message:
add sha1_base64 password encryption option to acct_sql export
Index: acct_sql.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/acct_sql.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- acct_sql.pm 23 Sep 2006 18:33:41 -0000 1.19
+++ acct_sql.pm 10 Jun 2011 18:46:54 -0000 1.20
@@ -23,7 +23,7 @@
},
'primary_key' => { label => 'Database primary key' },
'crypt' => { label => 'Password encryption',
- type=>'select', options=>[qw(crypt md5)],
+ type=>'select', options=>[qw(crypt md5 sha1_base64)],
default=>'crypt',
},
;
More information about the freeside-commits
mailing list