Skip to content

Commit

Permalink
fix: correct incorrect api config field reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Oct 17, 2022
1 parent 4dc178b commit 2a08ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfSense-pkg-API/files/usr/local/www/api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
'log_successful_auth',
'Log All Authentication',
'Enable Logging of All API Authentication Attempts',
isset($pkg_config["enable_login_protection"])
isset($pkg_config["log_successful_auth"])
))->setHelp(
"Log all API authentication attempts, even successful authentication. By default, only failed API authentication
attempts are logged (if API Login Protection is enabled above). This setting enforces all API authentication to
Expand Down

0 comments on commit 2a08ea0

Please sign in to comment.