X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=1bb6dccba7ab027413802eb0f98a1b01f4940cc2;hb=f75e09ff051137a6b298801b1faae9443c6343a5;hp=990f2a3be2f795221df26c6363ed16de0046b984;hpb=39886919a332d3cd4b8a3d9ad9b7a9f14d0576a0;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 990f2a3be..1bb6dccba 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1752,7 +1752,7 @@ and customer address. Include units.', { 'key' => 'passwordmax', 'section' => 'password', - 'description' => 'Maximum password length (default 8) (don\'t set this over 12 if you need to import or export crypt() passwords)', + 'description' => 'Maximum password length (default 12) (don\'t set this over 12 if you need to import or export crypt() passwords)', 'type' => 'text', }, @@ -2617,7 +2617,7 @@ and customer address. Include units.', 'type' => 'select', 'select_hash' => [ 'actual_oncard' => 'Default/classic behavior: set the flag if a customer has actual previous charges on the card.', - 'transaction_is_recur' => 'Set the flag if the transaction itself is recurring, irregardless of previous charges on the card.', + 'transaction_is_recur' => 'Set the flag if the transaction itself is recurring, regardless of previous charges on the card.', ], }, @@ -3970,13 +3970,6 @@ and customer address. Include units.', 'type' => 'text', }, - { - 'key' => 'enable_fuzzy_on_exact', - 'section' => 'UI', - 'description' => 'Enable approximate customer searching even when an exact match is found.', - 'type' => 'checkbox', - }, - { 'key' => 'pkg_referral', 'section' => '', 'description' => 'Enable package-specific advertising sources.', @@ -4052,6 +4045,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, +# { +# 'key' => 'password-no_reuse', +# 'section' => 'password', +# 'description' => 'Minimum number of password changes before a password can be reused. By default, passwords can be reused without restriction.', +# 'type' => 'text', +# }, +# { 'key' => 'datavolume-forcemegabytes', 'section' => 'UI', @@ -4282,7 +4282,6 @@ and customer address. Include units.', 'section' => 'invoicing', 'description' => 'Instead of showing payments (and credits) applied to the invoice, show those received since the previous invoice date.', 'type' => 'checkbox', - 'uscensus' => 'U.S. Census Bureau', }, { @@ -4315,6 +4314,7 @@ and customer address. Include units.', 'description' => 'Method for standardizing customer addresses.', 'type' => 'select', 'select_hash' => [ '' => '', + 'uscensus' => 'U.S. Census Bureau', 'usps' => 'U.S. Postal Service', 'tomtom' => 'TomTom', 'melissa' => 'Melissa WebSmart', @@ -5530,13 +5530,6 @@ and customer address. Include units.', }, { - 'key' => 'cust-email-high-visibility', - 'section' => 'UI', - 'description' => 'Move the invoicing e-mail address field to the top of the billing address section and highlight it.', - 'type' => 'checkbox', - }, - - { 'key' => 'cust-edit-alt-field-order', 'section' => 'UI', 'description' => 'An alternate ordering of fields for the New Customer and Edit Customer screens.', @@ -5679,6 +5672,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-announcement', + 'section' => 'self-service', + 'description' => 'HTML announcement to display to all authenticated users on account overview page', + 'type' => 'textarea', + }, + + { 'key' => 'logout-timeout', 'section' => 'UI', 'description' => 'If set, automatically log users out of the backoffice after this many minutes.',