Email address field for login too short

Email address field in login form appears to be limited to 45 characters.

We are using email addresses in format name.surname@subdomain.longdomainname.com (I know it’s probably not a good solution, but that’s it) so I’m not able to register user with long corporate email addresses.

Hi!
Could you provide your application id?

Hi Kate,

I’m using a Standalone version in a closed corporate Windows environment.
Anyway the problem seems to be the same in the cloud environment. You can just try yourself to paste

myname.mysurname@subdomain.verylongdomainname.com

in the email field and you’ll see it will truncate ‘.com’

I’m using the cloud service for other apps, but I didn’t found this issue because used email addresses had always a “normal” length. Do you need the application id anyway?

I can confirm you, it’s an HTML problem: the field is limited to 45 characters:

<input id="userId" name="userId" autocomplete="on" type="text" maxlength="45" class="txt" tabindex="0">

Thank you for the explanation.

I created internal task for dev team.

Ok, thank you very much.