View Logs works differently

With the upgrade to v23, the Admin->System Admin->View Logs misses the name of the user who logs into Gibbon. It appears this is a side effect of changing the way the data is stored from the User field of gibbon.log to the serialized array under User. Updating the display page is not a high priority since the login information is being recorded if we should ever need it for analyzing malicious activity on the system. Our system administrator looks at that page frequently.

Thanks Glenn, we have stated a v23.0.01 development branch and I will be sure to include a fix for this in that version.

I’ve PRd a fix, which you can see here. https://github.com/GibbonEdu/core/pull/1605 In the meantime, you should be able to still expand the logs to view the username in most cases, even if the User column is blank.