Hi there all,
Does anyone know the event fired on a successful login please ?
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()) { }
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())
{
}