-
I would like to tailor the logging and replace logging of name (CN) with samaccount name (for privacy reasons). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi @acharseth, Depending on your auth scaffolding, I've created docs on how to use Laravel UI: Laravel Breeze: Laravel Jetstream: |
Beta Was this translation helpful? Give feedback.
-
Thanks for you valuable feedback @stevebauman. I now consider this solved. |
Beta Was this translation helpful? Give feedback.
Thanks, @stevebauman! :-)
I added this to
Providers/EventServiceProvider
$listen
array:And in
LogActivityListener
I have:And this works fine!