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

Ability to disable 'lastloginAttemptIp' #3311

Closed
lukeyouell opened this issue Sep 18, 2018 · 2 comments
Closed

Ability to disable 'lastloginAttemptIp' #3311

lukeyouell opened this issue Sep 18, 2018 · 2 comments
Labels
enhancement improvements to existing features site development 👩‍💻 features related to website/API development

Comments

@lukeyouell
Copy link

Description

Due to GDPR we don't really want to be storing the IP addresses of users, so if possible we'd like the ability to disable this value being stored in the database.

Thanks!

Additional info

  • Craft version: 3.0.24
@brandonkelly
Copy link
Member

Plan is to add a storeUserIps config setting for v3.1, which Craft and plugins can refer to whenever considering storing an IP address somewhere (including craft\log\FileTarget::$includeUserIp). By default it will be false.

@brandonkelly brandonkelly added enhancement improvements to existing features site development 👩‍💻 features related to website/API development labels Sep 18, 2018
brandonkelly added a commit that referenced this issue Jan 9, 2019
@brandonkelly
Copy link
Member

Added the storeUserIps config setting for the next 3.1 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvements to existing features site development 👩‍💻 features related to website/API development
Projects
None yet
Development

No branches or pull requests

2 participants