Kill Unapproved Users

Version
1.0
Rating
Compatibility
Votes
Favoured
14
License
GPLv2 or later
Non-Commercial
Type
Views
13121
Date Added
24 February 2009
I too had to change to the onLoginUser. Also, I added support for CB as well.
I highly recommend changing to the onLoginUser condition and if you have CB to add support for it. Apart from those two items, this is a good plug-in that does what is says; I recommend it
In terms of additions, it would be nice to configure whether you would like to get an e-mail when users are deleted, quite possibly with their email addresses included in the e-mail.
I highly recommend changing to the onLoginUser condition and if you have CB to add support for it. Apart from those two items, this is a good plug-in that does what is says; I recommend it
In terms of additions, it would be nice to configure whether you would like to get an e-mail when users are deleted, quite possibly with their email addresses included in the e-mail.
I run a fairly busy site - not extremely busy but enough that I have several views per second. This plugin, as as created, will run on any page load. While for a non-active site this might be ok, I had ~50k members with many unactivated, so the initial select query was a large one and this plugin initially brought my site and server to a screeching halt.
I fixed this by changing the command from running not on onAfterInitialise but on onLoginUser. This will prevent the plugin from running on every page load, but will run it frequently enough to purge any unactivated users. I would high suggest the author make this change to the plugin, otherwise it can bring your site down if it is moderately busy.
Thank you for your work, once I made this change it really worked like a charm!
I fixed this by changing the command from running not on onAfterInitialise but on onLoginUser. This will prevent the plugin from running on every page load, but will run it frequently enough to purge any unactivated users. I would high suggest the author make this change to the plugin, otherwise it can bring your site down if it is moderately busy.
Thank you for your work, once I made this change it really worked like a charm!




