Is it possible to automatically delete users in Users Awaiting Email Confirmation after x amount of time? As I see it, legitimate new registrations should acknowledge the registration confirmation email in short order, or contact us if they are having an issue, assuming an actual human who registered. Myself, I'd like a time limit of one hour, but ideally, it should be Administrator configurable.
Announcement
Collapse
No announcement yet.
Registration Confirmation Email acknowledgment
Collapse
X
-
I think it's possible by creating your own custom Scheduled Task that runs every hour and checks users in that usergroup and deletes users accordingly. But what if a user contacted the Admin and while they were discussing the issue, the time limit expired? The Scheduled Task would run and delete that user.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
-
Okay, so while a custom scheduled task is the way to accomplish my want, I'll need help with the php script it will take to be executed; I'm not a php coder.- Filename – the path to the PHP script which contains the code to be run. This should be specified relative to the main forums directory.
The Linux Community has given me much. I do what I can to return the favor!
- Top
- Translate
- Bottom
Comment
-
This will not be a simple and straightforward PHP script. It has to query the database to select all users that belong to Users Awaiting Email Confirmation usergroup and then check the registration date for each user and compare it to the current date. If the difference exceeds the desired time limit, then delete the user.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment