Well, I've searched high and low and can't seem to find what I was sure I'd seen somewhere before. Anyone have a mod that will automatically generate a password and email it to the user? Trying to promote the use of real email addresses so I stop getting bounced emails. As well, would like to see the mod incorporate that one has to enter their email twice for verification purposes. Can't even count how many typo's I've dealt with.
Just take a look at the code that is there currently to compare the passwords to make sure they are the same. Basically you would just need to add another field to inc_profile.asp for them to enter their email address again. No new database field would be necessary. You'd just compare the 2 fields in register.asp to make sure that they were the same.