X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=dd3af2dc166d767c934c754d3e7f13d3ce433da1;hb=1e1a0a1a7945cae26175e3afe25e61ec6114c48e;hp=45736447009ae1963e2bc6f6f07a159e2f8ef38a;hpb=54175f2f5a03c876c3085e3ca30337c58ec0cc38;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 457364470..dd3af2dc1 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -732,7 +732,7 @@ my %payment_gateway_options = ( { 'key' => 'encryption', 'section' => 'billing', - 'description' => 'Enable encryption of credit cards and eheck numbers', + 'description' => 'Enable encryption of credit cards and echeck numbers', 'type' => 'checkbox', }, @@ -2476,7 +2476,14 @@ and customer address. Include units.', 'paymask,amount,zip' => 'Verify with credit card (or bank account) last 4 digits, payment amount and zip code', ], }, - + + { + 'key' => 'selfservice-password_reset_msgnum', + 'section' => 'self-service', + 'description' => 'Template to use for password reset emails.', + %msg_template_options, + }, + { 'key' => 'selfservice-recent-did-age', 'section' => 'self-service',