Invitation codes vs. email validation
-
Is there a way to disable an invitation code only after having successfully verified a user’s email address?
My use case: I use one-time invitation codes that I hand out to new users, registration is invitation-only. I also want to verify the new user’s email address. Now the worst case is that upon registration, the user mistypes their mail address and therefore isn’t able to activate their account. On the other hand the invitation code is already disabled so the user hasn’t a chance to do the registration again.
Any idea how to achieve this? Are there any hooks I can use?
- The topic ‘Invitation codes vs. email validation’ is closed to new replies.