[eluser]rip_pit[/eluser]
at registration IA creates a uniqid for the user/email,
ID is stored in DB, and then an activation link containing the ID is sent by email
The activation link will execute verification process, the ID in the activation url must matches the one in DB.
If match then user/email will be verified and allowed.