-
Notifications
You must be signed in to change notification settings - Fork 992
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
valid email address deemed invalid #3733
Comments
@janwijbrand Sorry you're having troubles! This seems to be due to one of our dependencies, Would you raise the issue in their tracker instead? https://github.com/wtforms/wtforms/issues. Thanks for the report! |
Thanks @di. I've made the report here: pallets-eco/wtforms#384. |
It's absolutely possible to change the validator you're using. Although it's sort of futile to try to validate addresses rather than just sending them. I'd recommend removing the validator, or replacing it with a simpler one. I don't really like to keep changing the email regex, since it never seems to end. I also don't really have time to release a new WTForms version any time soon, although it's on my todo list. |
@davidism Seems to me like the user https://pypi.org/user/davidism/ is still an Owner of the project https://pypi.org/project/WTForms/, do you not see this project on login? @janwijbrand Could you email me at Ultimately removing the validator entirely is blocked on #3632. |
This issue is no longer blocked -- all new emails must be verified before they can be used, so we can remove the |
As a side note, WTForms also moved to using the email_validator library, although I don't think there's going to be a release any time soon. But you might want to look into using it too if you want more thorough validation still. |
With #6013 merged, I think this issue is resolved and can be closed. |
@robindboer Thanks for the fix! Do you have an idea of what you might work on next? If you'd like to keep working on Warehouse and you would like a suggestion, please feel free to comment and ask for one :-) |
@brainwane Would love to continue to work on Warehouse. I was looking for a next issue already but if you have any suggestions, they are welcome. Thanks! |
@robindboer is #5825 something you would be interested in working on? |
Actually @robindboer looks like some of my colleagues want to take care of that in a particular way. Are you potentially interested in learning some ElasticSearch and working on #4006 or one of our other issues tagged "search"? |
@brainwane thanks for the suggestions. I will look into the issues later today and see if I can pick up any of the issues. I have never worked with ES before but I see that as an opportunity 😄 Thanks! |
Thanks, @robindboer - if you're having any trouble, please do feel free to leave a question on the issue, chat with us in IRC in |
When trying to add an additional email address to my account, the email address is rejected. This email address however /is/ valid. The domain for the email address is
n--tree.net
. I guess the validator trips over the (admittedly uncommon) double dash in it. Hopefully this can be resolved.Good First Issue: This issue is good for first time contributors. If you've already contributed to Warehouse, work on another issue without this label instead. If there is not a corresponding pull request for this issue, it is up for grabs. For directions for getting set up, see our Getting Started Guide. If you are working on this issue and have questions, feel free to ask them here,
#pypa-dev
on Freenode, or the pypa-dev mailing list.The text was updated successfully, but these errors were encountered: