spelling, RT#39309
[freeside.git] / FS / FS / Conf.pm
index 990f2a3..eec719a 100644 (file)
@@ -4052,6 +4052,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',
@@ -5529,13 +5536,6 @@ and customer address. Include units.',
     'type'        => 'checkbox',
   },
   
-  {
-    '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',
@@ -5678,6 +5678,13 @@ and customer address. Include units.',
     'type'        => 'checkbox',
   },
 
+  {
+    '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',