summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_authentication.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-25 15:21:47 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-25 15:21:47 -0600
commit3f1789530e1223b31c76e3f4186592fc890c19e0 (patch)
treed8cdbd157557d9506349528de751f5db1acb7d97 /usr/local/www/diag_authentication.php
parent90551807190ea3e9d2c62352562342c8155987a9 (diff)
downloadpfsense-3f1789530e1223b31c76e3f4186592fc890c19e0.zip
pfsense-3f1789530e1223b31c76e3f4186592fc890c19e0.tar.gz
Fix text for successful authentication test. Fixes #849
Diffstat (limited to 'usr/local/www/diag_authentication.php')
-rwxr-xr-xusr/local/www/diag_authentication.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_authentication.php b/usr/local/www/diag_authentication.php
index 91874d4..19c0d69 100755
--- a/usr/local/www/diag_authentication.php
+++ b/usr/local/www/diag_authentication.php
@@ -56,9 +56,9 @@ if ($_POST) {
if (!$input_errors) {
if (authenticate_user($_POST['username'], $_POST['password'], $authcfg)) {
- $savemsg = gettext("User") . ": " . $_POST['username'] . " " . gettext("authenticated sucessfully.");
+ $savemsg = gettext("User") . ": " . $_POST['username'] . " " . gettext("authenticated successfully.");
$groups = getUserGroups($_POST['username'], $authcfg);
- $savemsg .= "<br />" + gettext("This user is member of this groups") + ": <br />";
+ $savemsg .= "<br />" . gettext("This user is a member of these groups") . ": <br />";
foreach ($groups as $group)
$savemsg .= "{$group} ";
} else {
OpenPOWER on IntegriCloud