X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=542dcc9e78e6465e64436e86b76c72487bdc812e;hb=f2d36cf4f5da8bc2dbe7a81daa7780ad0e5fda45;hp=28e96e7a41245b95480ccb9eb5e972fe9f5287e7;hpb=588c85777d2890ada13645bb7742e3c7aca4ed73;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 28e96e7a4..542dcc9e7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1626,6 +1626,20 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'username-slash', + 'section' => 'username', + 'description' => 'Allow the slash character (/) in usernames.', + 'type' => 'checkbox', + }, + + { + 'key' => 'username-equals', + 'section' => 'username', + 'description' => 'Allow the equal sign character (=) in usernames.', + 'type' => 'checkbox', + }, + { 'key' => 'safe-part_bill_event', 'section' => 'UI',