diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 14 |
1 files changed, 14 insertions, 0 deletions
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', |