-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ticket Order: User able to add invalid email #5277
Comments
This is the only way to ensure correct email. Because the email entered above by the user is a valid email address, it just doesn't exist |
Eventbrite lets you order even free tickets on invalid emails |
I want to work on this issue Please assign It to me and guide me please @hardhikgupta |
Let the email be the same as the user email(logged). If a user wants to use another email instead of default we can verify it. Just like an OTP system. We can provide an edit icon if the user wants to use another email otherwise, it stays at default. |
Of course OTP implmentation would be nice, but it is out of scope at the moment as this would mean we have to implement a gateway or take care of it ourselves. For now, it would be nice if it is verified that the field has a real email. In the example it is not a real email name.something@gmail - is missing the .com for example. So, this is the issue to solve here. Thanks |
Can i work on it if no one is working? |
Go ahead |
can i work on this? |
i am currently working on it |
I am working on it. |
A user could get a ticket and add an invalid email. Compare at https://eventyay.com/orders/d2b49133-ddc1-4f77-865e-f12cb8e24108/view
Expected:
The text was updated successfully, but these errors were encountered: