---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Restrict email domains for external user registration \[Updated in Security Center 1.3, 1.5, and 2.0\]

# Restrict email domains for external user registration \[Updated in Security Center 1.3, 1.5, and 2.0\] {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Use the sn_ext_usr_reg.allowed_email_domains property to list acceptable external email domains.
The sn_ext_usr_reg.allowed_email_domains system property defines which email addresses are allowed to self-register to a ServiceNow instance. The format should be a comma separated list of acceptable email domains such as <kbd class="ph userinput">domain1.com,domain2.com</kbd> where emails such as
<kbd class="ph userinput">example@domain2.com</kbd> will be accepted. If sn_ext_usr_reg.allowed_email_domains is not set with a list of acceptable domains, then users with any email address are allowed to
register accounts on the instances. If not defined, malicious actors could perform registration using emails addresses from unwanted domains to gain authenticated access to the instance.

## More information {#sc-external-user-registration-email-domain-allowlist__section_more_information}

{#sc-external-user-registration-email-domain-allowlist__table_ajc_b43_3kb__entry__2}

| Attribute | Description |
|-|-|
| Property name | sn_ext_usr_reg.allowed_email_domains |
| Configuration type | System Properties (/sys_properties_list.do), Communities Properties |
| Category | [Access control](https://servicenow-prod.fluidtopics.net/xAmazkRh5FKyeb7q4TQGWw "The access control category audits the process of protecting resources from unauthorized access through granting and denying requests based on a permission model. This includes ensuring an entity accessing a resource holds valid credentials to do so, creating and protecting a well-defined set of roles or permissions and ensuring role or permission controls are protected from replay and tampering.") |
| Purpose | List email domains to allow user email for registration. |
| Recommended value | Enter a list of domains in a comma-separated format, for example <kbd class="ph userinput">domain1.com, domain2.com, domain3.com</kbd>. This format works with or without spaces between elements. |
| Configuration type | String |
| Security risk | (High) Malicious actors could perform registration using emails addresses from unwanted domains. Ensure that sn_ext_usr_reg.allowed_email_domains is not set to an empty value. |
| Functional impact | Email addresses from domains that are not included in the comma separated list defined in the property aren't allowed to self-register to a ServiceNow instance. |
| Security risk rating | 7.5 |
| References | [Communities](https://www.servicenow.com/docs/access?context=servicenow-communities&version=australia&pubname=australia-customer-service-management&ft:locale=en-US) |
[ ]

{#sc-external-user-registration-email-domain-allowlist__table_ajc_b43_3kb}

To learn more about adding or creating a system
property, see [Add a system property](https://www.servicenow.com/docs/access?context=t_AddAPropertyUsingSysPropsList&version=australia&pubname=australia-platform-administration&ft:locale=en-US).

