I am getting tons of SPAM on my forum! I have prevented the spammers from posting, but I am getting 50 signups a day that I need to approve manually. Right now, the forum sends me: Hello, The account owned by "{USERNAME}" has been deactivated or newly created, you should check the details of this user (if required) and activate it using the following link: Link goes here. Code (markup): I need some code added to the admin_activate.tpl file that will display ALL the information submitted during registration AND a link to a page that will delete that user. That way, I will not have to login into the admin page and check every single signup. Thanks
let me understand you want to add some code that shows all users that has been signup and waiting to approve and next to them a link to delete them if it isnt good ? and a link to activate them ?
Each time a user registers, admin_activate.tpl seems to create the message as described above. Then pbpbb sends me an email. I would just like that email to include the rest of the registration info, so I can decide whether to approve or delete the user. I will also need a link (and most likely as page) to delete that user. Sorry if I was unclear. I get about 5-10 new spam emails per hour.