Cockpit-HQ / Cockpit

Cockpit Core - Content Platform
https://getcockpit.com
Other
388 stars 48 forks source link

added option to turn off user login logging #87

Closed raffaelj closed 1 year ago

raffaelj commented 1 year ago

Usage: add 'log' => ['login' => false] to config.php

I would prefer an opt-in for logging user information, but this way there is at least an easy way to turn the default behavior off. If I want to log user logins without ip address or even simpler only the user id, I can implement it in config/bootstrap.php or via addon.

aheinze commented 1 year ago

Thanks! Good idea 👍