Make a config for the number of hours a self-service password reset is valid
[freeside.git] / FS / FS / Conf.pm
index 1b6deec..d5384e1 100644 (file)
@@ -2886,6 +2886,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.',