However it seems that the regex used should allow for a single domain letter when testing the expression at https://regex101.com/
This is just the file I suspect handles it - But the search gave me 58 results so I could be missing something - But this seems to be the most exact one.
Have you checked the /App_Data/Logs file to see if it contains any useful information regarding the issue?
Hi @Jan, Is there any traction on this issue? I'm experiencing the exact same problem. Users cannot sign up to be members with a single character domain name, however, it is possible for existing members to UPDATE their email address to contain a single character domain name.
Any advice on how we can allow this for both creating and updating membership emails? Thanks
Member validation - single character domain fails
Hi all,
I have a problem regarding creation of members in Umbraco 7.3.4. When i try to create a user with an e-mail with a single letter domain it fails.
For example this e-mail will fail: [email protected]
How and where can i change the validation so it accepts the pattern above?
I have screen dump of the issue here: http://test.pajor.dk/umbraco/umbracoValidationError.jpg
Kind regards
Sonni T.
Hi Sonni
I tried searching the term "invalid email" in the source code for Umbraco - I suspect it's this directive that is handling the validation when creating memembers too https://github.com/umbraco/Umbraco-CMS/blob/2aa5dfb3ec50f4ddbd23c1fef24d00a6281b3fe9/src/Umbraco.Web.UI.Client/src/common/directives/components/validation/valemail.directive.js
However it seems that the regex used should allow for a single domain letter when testing the expression at https://regex101.com/
This is just the file I suspect handles it - But the search gave me 58 results so I could be missing something - But this seems to be the most exact one.
Have you checked the /App_Data/Logs file to see if it contains any useful information regarding the issue?
/Jan
Hi @Jan, Is there any traction on this issue? I'm experiencing the exact same problem. Users cannot sign up to be members with a single character domain name, however, it is possible for existing members to UPDATE their email address to contain a single character domain name.
Any advice on how we can allow this for both creating and updating membership emails? Thanks
is working on a reply...