fix bug where user could log in to RADIUS with uppercase usernameand avoid bandwidth...
[freeside.git] / FS / FS / Conf.pm
index e1fa051..0d37fea 100644 (file)
@@ -1099,7 +1099,7 @@ httemplate/docs/config.html
   {
     'key'         => 'username-uppercase',
     'section'     => 'username',
-    'description' => 'Allow uppercase characters in usernames',
+    'description' => 'Allow uppercase characters in usernames.  Not recommended for use with FreeRADIUS with MySQL backend, which is case-insensitive by default.',
     'type'        => 'checkbox',
   },