summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-09 08:53:34 -0200
committerRenato Botelho <renato@netgate.com>2017-02-09 08:53:34 -0200
commita962a2d3caa9b3111cca5badf9078d5b5415ba9c (patch)
treef8beb9ce137af79a56b0c4ec417f147e3134c397 /src
parent34b4342cc7eb34e41b7063135febc284ee7c41f4 (diff)
parent4dd437e45e3da028a7fea29c9bcbcc0bdb99942e (diff)
downloadpfsense-a962a2d3caa9b3111cca5badf9078d5b5415ba9c.zip
pfsense-a962a2d3caa9b3111cca5badf9078d5b5415ba9c.tar.gz
Merge pull request #3519 from phil-davis/patch-6
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_usermanager.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php
index e4f8625..ab1ced3 100644
--- a/src/usr/local/www/system_usermanager.php
+++ b/src/usr/local/www/system_usermanager.php
@@ -911,7 +911,10 @@ if ($act == "new" || $act == "edit" || $input_errors):
15360 => '15360 bits',
16384 => '16384 bits'
)
- ))->setHelp('The larger the key, the more security it offers, but larger keys take considerably more time to generate, and take slightly longer to validate leading to a slight slowdown in setting up new sessions (not always noticeable). As of 2016, 2048 bit is the minimum and most common selection and 4096 is the maximum in common use. For more information see &lt;a href="https://keylength.com"&gt;keylength.com&lt;/a&gt;.');
+ ))->setHelp('The larger the key, the more security it offers, but larger keys take considerably more time to generate, ' .
+ 'and take slightly longer to validate leading to a slight slowdown in setting up new sessions (not always noticeable). ' .
+ 'As of 2016, 2048 bit is the minimum and most common selection and 4096 is the maximum in common use. ' .
+ 'For more information see %1$s.', '<a href="https://keylength.com">keylength.com</a>');
$section->addInput(new Form_Input(
'lifetime',
OpenPOWER on IntegriCloud