X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e88ee6840b190f94f845021ce7a31d55076bff20;hb=b57faabe2aab0d5272101c16385ddb252efa697d;hp=032b832b268607c3ad9342977c5cdc6fcd3a7871;hpb=156e74067cc8723e187dfd9c5aa7ff956306fe01;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 032b832b2..e88ee6840 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2579,6 +2579,13 @@ and customer address. Include units.', }, { + 'key' => 'radius-canopy', + 'section' => '', + 'description' => 'Enable RADIUS attributes for Cambium (formerly Motorola) Canopy (Motorola-Canopy-Gateway).', + 'type' => 'checkbox', + }, + + { 'key' => 'svc_broadband-radius', 'section' => '', 'description' => 'Enable RADIUS groups for broadband services.', @@ -4045,14 +4052,16 @@ and customer address. Include units.', 'select_enum' => [ '1 hour', '2 hours', '4 hours', '8 hours', '1 day', '1 week', ], }, - { - 'key' => 'password-generated-characters', - 'section' => 'password', - 'description' => 'Set of characters to use when generating random passwords. This must contain at least one lowercase letter, uppercase letter, digit, and punctuation mark.', - 'type' => 'textarea', - }, + # 3.x-only options for a more tolerant password policy # { +# 'key' => 'password-generated-characters', +# 'section' => 'password', +# 'description' => 'Set of characters to use when generating random passwords. This must contain at least one lowercase letter, uppercase letter, digit, and punctuation mark.', +# 'type' => 'textarea', +# }, +# +# { # '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.', @@ -4458,7 +4467,7 @@ and customer address. Include units.', { 'key' => 'cust_main-default_agent_custid', 'section' => 'UI', - 'description' => 'Display the agent_custid field when available instead of the custnum field.', + 'description' => 'Display the agent_custid field when available instead of the custnum field. Restart Apache after changing.', 'type' => 'checkbox', }, @@ -4495,19 +4504,9 @@ and customer address. Include units.', }, { - 'key' => 'cust_main-custnum-display_special', - 'section' => 'UI', - 'description' => 'Use this customer number prefix format', - 'type' => 'select', - 'select_hash' => [ '' => '', - 'CoStAg' => 'CoStAg (country, state, agent name or display_prefix)', - 'CoStCl' => 'CoStCl (country, state, class name)' ], - }, - - { 'key' => 'cust_main-custnum-display_length', 'section' => 'UI', - 'description' => 'Zero fill the customer number to this many digits for display purposes.', + 'description' => 'Zero fill the customer number to this many digits for display purposes. Restart Apache after changing.', 'type' => 'text', }, @@ -5580,7 +5579,7 @@ and customer address. Include units.', { 'key' => 'translate-auto-insert', 'section' => '', - 'description' => 'Auto-insert untranslated strings for selected non-en_US locales with their default/en_US values. Do not turn this on unless translating the interface into a new language.', + 'description' => 'Auto-insert untranslated strings for selected non-en_US locales with their default/en_US values. Do not turn this on unless translating the interface into a new language. Restart Apache after changing.', 'type' => 'select', 'multiple' => 1, 'select_enum' => [ grep { $_ ne 'en_US' } FS::Locales::locales ],