X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d333e4ee881a2dfcc11c2d388659388e836de82b;hb=1878b3def687ae22e69a314d42e24579e8d73f0f;hp=50df3dde6b5673a573b0b7f8970aba8bbaf24082;hpb=85d0dbbdb844857f17192c5f0740f63c9681b9e6;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 50df3dde6..d333e4ee8 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -669,6 +669,7 @@ my %batch_gateway_options = ( ); map { $_->gatewaynum, $_->label } @gateways; }, + 'per_agent' => 1, ); my %invoice_mode_options = ( @@ -2893,6 +2894,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-password_reset_hours', + 'section' => 'self-service', + 'description' => 'Numbers of hours an email password reset is valid. Defaults to 24.', + 'type' => 'text', + }, + + { 'key' => 'selfservice-password_reset_msgnum', 'section' => 'self-service', 'description' => 'Template to use for password reset emails.',