Login record

Am I right in saying that the gibbonLog file only contains a record of those who have logged in through the login interface and not those who have logged in via Gmail? If that is the case, would it be possible to modify Gibbon so it also recorded logins via Gmail?

Andy, good question, and not sure how we managed to miss this one. I have coded it into the v14 dev branch, and you can see the changes in the following commit:

https://github.com/GibbonEdu/core/commit/2dc6904ec23236154f779b46eece2139fbc91ef4

Unfortunately this is not compatible with v13, and there are a bunch of code beautification tweaks in there that obfuscate the changes I’ve made. However, if you find all of the setLog calls, and copy them into the relevant places in your v13 copy, you should be able to get it to work.

Ross