
JavierM.59671 (Customer) asked a question.
When the user introduces an email in the following view,
no email validation is done, allowing to the user to introduce any string, without email formats validation. Would be possible somehow configure email format rules? I mean, must to include @ symbol, a dot, etc.
thanks in advance.

@JavierM.59671 (Customer) -- The "login" doesn't have to be in an email format so I wouldn't expect there to be built-in validation to regex the input string. For some customers the login is all integers or alpha-numerics that are not their email address.
You may be able to develop a custom sign-in widget that performs the validation if your environment is ONLY leveraging email formatted logins.
Ok, thanks for your support.