Comment 1 for bug 1008587

Revision history for this message
Alan Pevec (apevec) wrote :

> is there anyway to remove those expired tokens in tokens table?

In mysql: delete from token where expires < now();