We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently we store the entire IP in database in order to be GDPR compliant, we should remove last bit before insert
Instead of 81.196.94.58 will be 81.196.94.0
81.196.94.58
81.196.94.0
The text was updated successfully, but these errors were encountered:
Issue #316: Obfuscate admin login IP address
fff849a
Signed-off-by: alexmerlin <[email protected]>
Merge pull request #318 from dotkernel/issue-316
3fb353d
MarioRadu
Successfully merging a pull request may close this issue.
Bug Report
currently we store the entire IP in database
in order to be GDPR compliant, we should remove last bit before insert
Instead of
81.196.94.58
will be
81.196.94.0
The text was updated successfully, but these errors were encountered: