As an administrator i should be able to forbid self registration on sub domain

Q1. What is the problem that you are trying to solve?
We would like to authorize self registration for our own domain name but we’re willing to forbid registration for some sub domain use as different kind of email service.

Q2 - Who is impacted?
Only adminstrator and entreprise with sub domain used for emails.

Q3 - Why is it important and/or urgent?
Fine grained authorization could be a plus and must be an option for complex setup.

Q4 - What is your proposed solution? (optional)
Either complex rules (regex & stuff) either forbid option in addition to full domain authorization
Like :
+domain.tld
-sub.domain.tld

Q5. Community support
People can vote for this idea to show traction:

  • :ok_woman: Must have: this is critical for me to have this
  • :raising_hand_woman: Should have: this is important for me to have this
  • :tipping_hand_woman: Could have: this could be nice to have
  • :no_good_woman: Won’t have: we should not schedule this (explain why)

0 voters

1 Like

I’m going to propose an alternative method to the same objective:

As an admin I should be able to permit self-registration strictly on domains with exact match

Current: any domain “ending with” the provided domain string (this is a relaxed approach)

Proposed: subdomains are not permitted unless explicitly listed, or there is use of a wildcard (optionally relaxed, but strict by default)