Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging Log-in Attemps of Banned Users #126

Closed
black-eye opened this issue Nov 25, 2018 · 1 comment
Closed

Logging Log-in Attemps of Banned Users #126

black-eye opened this issue Nov 25, 2018 · 1 comment

Comments

@black-eye
Copy link

I have iThemes Security plugin installed and after several wrong attempts some IPs made it to a blacklist and are banned permanentely.

Strangely enough I’m still getting these IP’s attempts logged as “N/A user logged-out”.

This is the portion of the code, iThemes Security added to .htaccess:

<IfModule mod_authz_core.c>
	<RequireAll>
		Require all granted
		Require not env DenyAccess
		Require not ip 91.210.145.165
	</RequireAll>
</IfModule>
<IfModule !mod_authz_core.c>
	Order allow,deny
	Allow from all
	Deny from env=DenyAccess
	Deny from 91.210.145.165
</IfModule>

91.210.145.165 is the IP that is keeping to be logged by your plugin.

This issue is not the same as #125 - in that case it's logging attempts which weren't blocked (before the evaluating the password as wrong) and this is a correct behaviour. In my case it is logging attemts which shouldn't happended at all.

Or does it mean, that the iThemes actually isn't blocking those IPs? BTW there are no attemps for 91.210.145.165 in iTheme's own log after the user was banned.

@KingYes
Copy link
Member

KingYes commented Oct 14, 2020

Maybe will fix by this: e056ff1

@KingYes KingYes closed this as completed Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants