The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Unique Email Addresses
Hi there,
The system recognizes "example@gmail.com", "e.xample@gmail.com", "e.x.ample@gmail.com", "exam.ple@gmail.com", etc... as different addresses were in fact they are all the same. Is there a way, using regex or any other way, to tell the system that they are all the same? Thanks! |
#2
|
|||
|
|||
Dots in email addresses are legitimate on most systems.
The fact that gmail removes the dots and considers them the same email address is more of a bug than anything else. To detect gmail addresses with dots, you can create a plugin using the 'register_addmember_process' hook. Use this PHP code to remove the dots from the gmail addresses... PHP Code:
|
#3
|
|||
|
|||
Hey nhawk,
Thank you for the code and the explanation! I'm aware that the dot matters to some systems and not others; however, the vB system should feature an option to activate and deactivate things like this. This will be very helpful with reducing spams, I think. All the best! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|