Comment 2 for bug 890929

Revision history for this message
Hugh Davenport (hugh-davenport) wrote :

I think it had something funny with the cronjob running it needed time to rethink it

I would say it was after the 7 days, I actually set the defaultaccountinactiveexpire setting to something very low (so email got sent but wasn't actually an extra 7 days iirc). But I had to force the cronjob to run twice, so that it set the active flag to 0 in usr table.

Though we should probably wait the 7 days really, but yeh... I didn't want to wait that long :D

UPDATE cron SET nextrun=NULL WHERE callfunction='auth_handle_account_expiries'