| Posted: 28 Sep 2005 17:59 |
|
|
|
Registered User Currently Offline
|
Posts: 7
Join Date: Sep 2005
|
Is there any way to clean the database from users that havent "activated" their accounts?. I notice that database could grow and grow with users that used a wrong email or just never have been logged in.
Thanks.
|
| Posted: 29 Sep 2005 04:28 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Sep 2005
|
|
you can delete them from database using sql sentences by condition of `user_lastsession` or `user_lasttimereadpost`.
|
| Posted: 29 Sep 2005 09:43 |
|
|
|
Administrator
|
Posts: 1189
Join Date: Mar 2005
|
I will include this in the next version. Just make sure your forum grows enough so that you can find the function handy
|