Hi Dean
As always, GREAT software and support.
I have a problem. Two problems actually that pertain to the same thing.
Remember we have the signup_extra.php file in use and we wrote the code to add a user to a second database after confirmation? Well, I've got some strange stuff going on.
If a user has signed up, but then doesn't wait for the confirmation email to arrive - sometimes they sign up again! and again and again and again, using the same address because LMP signup code does not know the address is in the confirmation queue. On signup it only looks to see if the user is in the active/confirmed database table.
THEN what happens is that they get their confirmation, after signing up a zillion times in impatience and when they click that confirmation, they get a zillion welcome messages [well not a zillion, but one welcome for everytime they signed up during the time of their initial signup and the receipt of the confirmation mail]. That in itself is not a problem for me, but is for them because suddenly they are deluged with welcomes [serves 'em right for being impatient <grin>].
BUT where it does cause a problem for me is that second database. For some reason, if as an example, the person repeated the signup process six times, received one confirmation email, clicked the confirmation link, then the signup_extra.php file writes that user six times into the 2nd database, creating six duplicate accounts.
For now I am just deleting manually in the 2nd database [now that I know where the problem is coming from] because LMP does not create 6 accounts [thank you for that! <grin>] and I wanted to find out the solutions to the two problems.
Any ideas?
Thanks,
Rowdy