Skip to content

IpFilter: Allow filters should not be removed on login when default filter is set to block all #537

@oyeaussie

Description

@oyeaussie

When incorrect_login_attempt_block_ip is set and when the user does not meet the threshold and logins correctly, we delete the monitoring entry from ipfilter db. This is if the ip_filter_default_action is set to allow.

If ip_filter_default_action is set to block and we add entries to allow ip addresses manually. When a user logs in correctly, the entry is deleted. which blocks the user by ip_filter_default_action

We need to check if the filter is manually added to make sure the entry is not deleted.

Metadata

Metadata

Assignees

Labels

P2If not fixed, how will I sleep tonightbugSomething is not working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions