iOS app thinks .rocks domain is invalid

Bug report

Attempt to log in via iOS app with verified email with .rocks domain. iOS app reports invalid email and will not let you log in. Though it does seem to think the non-existent .rock domain is valid. :slight_smile:

Info

  • Platform: iOS
  • Platform version: 11.4
  • App Version: 2.0.0

Reproduce

Use a *.rocks domain email for your account.

Hi Chris,

Thank you for the report!
Yeah, you are right. .rocks TLD doesn’t match the current email regex pattern: /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
I’ll fix it in the next version.

This should be resolve in the recent release. Thanks for the report!