kohler / hotcrp

HotCRP conference review software
http://read.seas.harvard.edu/~kohler/hotcrp
Other
331 stars 113 forks source link

The email prefix is truncated when login #256

Closed TonitaN closed 3 years ago

TonitaN commented 3 years ago

Hello Ed, I am registered on hotcrp using the email anevod@mail.ru. The last year I had no problem with this email, but now it was automatically replaced with nevod@mail.ru. The problem seems to be in the char `` not recognized by the regex as a legal email symbol. Please address this issue as quickly as possible, since I have some urgent papers to review!

kmccurley commented 3 years ago

We also had problems with this. php has a built-in function for this:

filter_var($email, FILTER_VALIDATE_EMAIL)

but perhaps hotcrp has special requirements in the way it uses the email address.

kohler commented 3 years ago

HotCRP allows underscores in emails before the @. @TonitaN Please say more exactly what has happened, your bug report is not very specific. “It was automatically replaced”? In what way? @kmccurley maybe you can be more specific too.

kohler commented 3 years ago

I suspect that what happened @TonitaN is simply that Youyou Cong spelled your email incorrectly.

TonitaN commented 3 years ago

@kohler thank you, all is ok now!