Topic: Can I just delete users from the database?
i have a set of users that i want to delete.
Can i just
delete from users where id in ( ... )
or is there anything i should be aware of when removing users?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → Can I just delete users from the database?
i have a set of users that i want to delete.
Can i just
delete from users where id in ( ... )
or is there anything i should be aware of when removing users?
Yes, assuming they have no posts, subscriptions, etc.
Check out my version of the User Management plugin
If they have posts, what will happen upon deletion?
if that causes an error to the diplayed pages, is there's a way to do it? deleting a queried/sets of users from the database
PunBB Forums → PunBB 1.2 discussion → Can I just delete users from the database?
Powered by PunBB, supported by Informer Technologies, Inc.