[freeside-commits] freeside/FS/FS Conf.pm,1.427,1.428

Ivan,,, ivan at wavetail.420.am
Tue Feb 1 03:12:22 PST 2011


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

Modified Files:
	Conf.pm 
Log Message:
add username-pound config

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -w -d -r1.427 -r1.428
--- Conf.pm	31 Jan 2011 20:28:26 -0000	1.427
+++ Conf.pm	1 Feb 2011 11:12:18 -0000	1.428
@@ -4285,6 +4285,13 @@
     'select_enum' => [ 'Classic', 'Recurring' ],
   },
 
+  { 
+    'key'         => 'username-pound',
+    'section'     => 'username',
+    'description' => 'Allow the pound character (#) in usernames.',
+    'type'        => 'checkbox',
+  },
+
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },



More information about the freeside-commits mailing list