Closed Debilski closed 2 years ago
In addition, I can see that emails with two dots are not working either, e.g john.doe.poe@example.org
.
Another finding, emails that may come from educational institutions (and similarly formatted) are not supported, e.g john.doe@edu.uni.ch
.
Thanks @Debilski for spotting this issue! It's now fixed and will be included in the upcoming REANA 0.8.0 stable release which we are planning to release next week
Email addresses with a dash fail with
ERROR: Invalid email format
, which is very confusing when running the create-admin-user script.https://github.com/reanahub/reana-server/blob/4c986b2847f546ee3eaac3a1d752dd77a2ff4ed6/reana_server/utils.py#L435-L439