Make a config for the number of hours a self-service password reset is valid
[freeside.git] / FS / FS / Conf.pm
index c31a1e1..5cd4356 100644 (file)
@@ -3104,6 +3104,13 @@ and customer address. Include units.',
   },
 
   {
+    'key'         => 'selfservice-password_reset_hours',
+    'section'     => 'self-service',
+    'description' => 'Numbers of hours an email password reset is valid.  Defaults to 24.',
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'selfservice-password_reset_msgnum',
     'section'     => 'self-service',
     'description' => 'Template to use for password reset emails.',
@@ -4180,7 +4187,7 @@ and customer address. Include units.',
 
   {
     'key'         => 'cust_main_note-require_class',
-    'section'     => 'customer_fields',
+    'section'     => 'UI',
     'description' => 'Require customer note classes for customer notes',
     'type'        => 'checkbox',
   },
@@ -4728,7 +4735,7 @@ and customer address. Include units.',
 
   {
     'key'         => 'tax_district_method',
-    'section'     => 'UI',
+    'section'     => 'billing', # 'UI', #???
     'description' => 'The method to use to look up tax district codes.',
     'type'        => 'select',
     #'select_hash' => [ FS::Misc::Geo::get_district_methods() ],
@@ -4740,6 +4747,13 @@ and customer address. Include units.',
   },
 
   {
+    'key'         => 'tax_district_taxname',
+    'section'     => 'billing',
+    'description' => 'The tax name to display on the invoice for district sales taxes. Defaults to "Tax".',
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'company_latitude',
     'section'     => 'UI',
     'description' => 'Your company latitude (-90 through 90)',