Block a user
Improve sorting of entries on 'Compliant projects' page
Ensure email address exists before sending to it
Thanks for having a look at this pull request, @reinhard. Regarding subclassing the marshmallow classes, I didn't think of that! It's an interesting idea, although I would be a little concerned that…
Ensure email address exists before sending to it
Thank you so much @repentinus! I've force-pushed the last commit again, now with a valid email address for all test functions.
WIP: Ensure email address exists before sending to it
Validate emails
Would you still like to take a shot at this @seabass? You could tale a look at the fsfe-cd project how it's done there.
Yes, I'll have a go! :) Thanks for the suggestion; I'll look at fsfe-cd
.
Validate emails
I think the marshmallow
library that's already in use can do email validation:
https://marshmallow.readthedocs.io/en/stable/quickstart.html#validation
Some fields, such as the Email and…
Change submodule URL to use HTTPS rather than SSH