Replies: 1 comment
-
Anyone an idea? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We use fail2ban to block unwanted IP's. When an IP is blocked by a rule it is logged in NPM log files like
[error] 208#208: *1046 access forbidden by rule, client: x.x.x.x, server: npmservr, request: "GET /api/ HTTP/2.0", host: "npmservr", referrer: "npmservr"
so it is easy to filter these by fail2ban.
Now when a login is unauthorized, on the website we get
Invalid password
or
No relevant user found
but nothing is logged in the NPM log files.
Is there a way to get these logged also?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions