summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-21 18:54:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-21 18:54:54 +0000
commit62d489e7eedc51ac0ac63c5fe6e334fb29c86a3c (patch)
tree0e14736c93f8c24e6a8868603b140b287ef712a8 /usr/local/www/system.php
parent1c8727360e1afc4229dfa8a95b9693e14529c580 (diff)
downloadpfsense-62d489e7eedc51ac0ac63c5fe6e334fb29c86a3c.zip
pfsense-62d489e7eedc51ac0ac63c5fe6e334fb29c86a3c.tar.gz
Note password change occured in webgui
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 40e5d76..573ceeb 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -140,7 +140,7 @@ if ($_POST) {
$crypted_pw = crypt($_POST['password'],$salt);
fwrite($fd, $crypted_pw);
pclose($fd);
- update_changedesc("password changed");
+ update_changedesc("password changed via webConfigurator");
}
if ($changecount > 0)
OpenPOWER on IntegriCloud