Login Logs Reader

Login Log Reader

So we have made an specific app for showing login logs.

It can help you if you really need login logs to be found in the Nextcloud UI.

Warning

Do not expect anything fancy. This is a quick and dirty work and probably if you want something serious to be added to Nextcloud itself it should be rewritten from scratch.

We won’t probably maintain this unless we are forced to use it in Nextcloud 28.

Resources

Main repo: GitHub - btactic/loginlogreader: Nextcloud's Login Log Reader
Releases: Releases · btactic/loginlogreader · GitHub

Requisites

  • Nextcloud 27
  • Be sure to enable admin_audit app
  • Enable some additional debug thanks to:
     'log.condition' => 
     array (
       'apps' => 
       array (
         0 => 'admin_audit',
       ),
     ),

added to your config.php file.

Finally

Enjoy!

2 Likes