X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=61576179714813dd90e86a982ac1b1e2032f92a9;hb=bef5524812ba07f939d1445a8c64b4474787e8f6;hp=b92010bcdc00f95b2b67ce4cc38afe0317117339;hpb=1958c28884c750ca37979f19bec3e3daf0386731;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b92010bcd..615761797 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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, },