Doesn't like .institute domain names

I have a group and want to automatically add users via email address domain name, using the field:

Users who register with an email domain that exactly matches one in this list will be automatically added to this group:

I type source.institute, and hit the save button.

It gets rejected with a modal popup, saying:

‘source.institute’ is not a valid domain.

Thanks for your help!

1 Like

First I’ve ever seen a TLD like that.

You’re saying a link like this would work?
<a href="http://source.institute/index.html">Home</a>
or that an email address would look like this?
somebody@source.institute

Sure, try source.institute or see discourse running at community.source.institute

There are a bunch of new TLDs coming in all the time.

2 Likes

Here’s a fix:

https://github.com/discourse/discourse/commit/adb3810f67f894f415f760a420d75d759ef419dd

2 Likes