Author |
Topic  |
|
tcadieux
Junior Member
 
153 Posts |
Posted - 20 April 2005 : 21:36:29
|
Is there a mod somewhere that does a better job of Deleting members? Everytime someone tries to Re-register on my board, the cannot becuase that e-mail has been used before, i'm having to run manual code that changes all N/A e-mail address' to something else. |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 25 April 2005 : 08:32:40
|
Why are you allowing people to re-register if you've deleted them? The e-mail address is retained in the database when you delete a member specifically to prevent that member from signing up again with the same address.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
 |
|
tcadieux
Junior Member
 
153 Posts |
Posted - 26 April 2005 : 08:55:19
|
We are deleting those members who do not fill in all the requested fields. |
 |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 26 April 2005 : 09:01:32
|
In that case, you'd probably be better off making those fields required rather than deleting the members who don't complete them. If, however, you are set on using this method, you can use an SQL query to update your members table and set M_EMAIL to a dummy address where M_STATUS is 0. You'll then need to modify the relevant query in pop_delete.asp to set M_EMAIL to this same address for any future deletees. Bear in mind, though, that this will reset the e-mail addresses of those you have deleted for legitimate reasons allowing them to sign up again.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
 |
|
tcadieux
Junior Member
 
153 Posts |
Posted - 26 April 2005 : 10:45:14
|
Yeah, we're trying to come up with something here, i made the fileds required but people are just typing garbage so.. |
 |
|
|
Topic  |
|