Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Event Fired after Successful Login
dodgerid
✭
Answers
Have figured a way around the event by checking for a valid session..
Cool, how did you check for a valid session?
Session = GDN::Session();
if ($Session->IsValid())
{
}