Revision 62d489e7
Added by Scott Ullrich about 20 years ago
usr/local/www/system.php | ||
---|---|---|
140 | 140 |
$crypted_pw = crypt($_POST['password'],$salt); |
141 | 141 |
fwrite($fd, $crypted_pw); |
142 | 142 |
pclose($fd); |
143 |
update_changedesc("password changed"); |
|
143 |
update_changedesc("password changed via webConfigurator");
|
|
144 | 144 |
} |
145 | 145 |
|
146 | 146 |
if ($changecount > 0) |
Also available in: Unified diff
Note password change occured in webgui