PDA

View Full Version : [FIXED] Deleting users don't remove user from useractivation.


Stadler
Tue 18th Feb '03, 3:25pm
Well, I think the topic says it all: When your deleting or mass-pruning users, their entrys aren't removed from the 'useractivation'-table.

Bug?

btw: I've used the following query to spot them:SELECT useractivation.* FROM useractivation AS useractivation LEFT JOIN user AS user USING (userid) WHERE user.userid IS NULLMaybe you want to add a feature to admin/misc.php to remove them from the database :)

Stadler
Wed 19th Feb '03, 3:19pm
No one?

Steve Machol
Wed 19th Feb '03, 4:21pm
Moved to Bugs for a Dev to check.

Scott MacVicar
Mon 24th Feb '03, 11:40am
fixed

Stadler
Mon 24th Feb '03, 12:15pm
fine :)

Is there a new function to remove them in /admin/misc.php?

If not: I'm not sure, but would this query spot all invalid entrys:SELECT useractivation.* FROM useractivation AS useractivation LEFT JOIN user AS user USING (userid) WHERE user.usergroupid != 3 OR user.userid IS NULLIt checks for not existing users and users not in the Awaiting Confirmation-Group

ManagerJosh
Mon 24th Feb '03, 11:18pm
shouldn't someone edit the thread title to say fixed? :D