FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Deleting Old Members
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Deleting Old Members [message #11924 is a reply to message #11923] Tue, 22 July 2003 21:51 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
I am not saying there are no situations where deletion a large number of forum members is not waranted. However, in most cases I do not see a neeed for such a feature. Especially since my fear is that it would lead to accidental deletions that are completely unrecoverable.

At the moment you have 2 ways to handle the situations:
1) Delete members 1 by one
2) Connect to the database used by the forum and mark all of the accounts you want to remove as 'un-confirmed' and the forum will delete them automatically within a few days.
To do this you need run a query that looks something like this:
UPDATE fud21_users SET email_conf='N' WHERE login IN('login1', 'login2', ...);


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Suspend user?
Next Topic: Permission to certain users.
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 08 09:19:48 GMT 2024

Total time taken to generate the page: 0.08841 seconds