RT#7274: accept CR/LF in RBC batch import
[freeside.git] / FS / FS / Conf.pm
index b92010b..6157617 100644 (file)
@@ -1814,7 +1814,7 @@ worry that config_items is freeside-specific and icky.
     'section'     => '',
     'description' => 'RADIUS attribute for plain-text passwords.',
     'type'        => 'select',
-    'select_enum' => [ 'Password', 'User-Password' ],
+    'select_enum' => [ 'Password', 'User-Password', 'Cleartext-Password' ],
   },
 
   {
@@ -3003,7 +3003,7 @@ worry that config_items is freeside-specific and icky.
   {
     'key'         => 'selfservice-body_footer',
     'section'     => 'self-service',
-    'description' => 'HTML header for the self-service interface',
+    'description' => 'HTML footer for the self-service interface',
     'type'        => 'textarea', #htmlarea?
     'per_agent'   => 1,
   },