configuration option to have generated passwords be all caps
[freeside.git] / FS / FS / Conf.pm
index 21af2b4..d7bd80a 100644 (file)
@@ -2074,6 +2074,13 @@ httemplate/docs/config.html
     'type'       => 'checkbox',
   },
 
+  {
+    'key' => 'password-generated-allcaps',
+    'section' => 'password',
+    'description' => 'Causes passwords automatically generated to consist entirely of capital letters',
+    'type' => 'checkbox',
+  },
+
 );
 
 1;