UUDigitalHumanitieslab / I-analyzer

The great textmining tool that obviates all others
https://ianalyzer.hum.uu.nl
MIT License
7 stars 2 forks source link

Email address validation #1663

Open ar-jan opened 3 days ago

ar-jan commented 3 days ago

The frontend components for registration and password reset reject valid email addresses (e.g. .info domain).

lukavdplas commented 3 days ago

Here's the issue:

https://github.com/UUDigitalHumanitieslab/I-analyzer/blob/d2ffc726a83a1d0d9cfe940a0d4630937ab1fd55/frontend/src/app/login/registration/registration.component.html#L27C124-L27C150

This regex pattern required that top-level domains are always 2 or 3 characters, which is indeed too strict.