K
Kirby
Guest
PHP:
We've recently had a case where a user had registered 13 years (!) ago and just recently activated the account which then ended up in the approval queue.
Our moderators were confused why such an old account was in the approval queue and escalated the issue to the lead...
Read more
Continue reading...
Code:
if ($user->user_state == 'email_confirm')
{
// don't log when changing from initial confirm state as it creates a lot of noise
$user->getBehavior('XF:ChangeLoggable')->setOption('enabled', false);
}
We've recently had a case where a user had registered 13 years (!) ago and just recently activated the account which then ended up in the approval queue.
Our moderators were confused why such an old account was in the approval queue and escalated the issue to the lead...
Read more
Continue reading...