# Open User Registration

#### Description:

It is possible that anyone can signup in your Atlassian Jira instance due to a misconfiguration in the domain allow list.

#### Testing:

You can cross-check if user registration is open for anyone by navigating to the following app route:

```
/secure/Signup!default.jspa
```

<figure><img src="/files/vJF5SxPWwQRUDMn5pgfC" alt=""><figcaption></figcaption></figure>

#### Remediation:

Make sure to set the proper setting for new signups. One way to do so is:

1. Visit your **Atlassian Jira Instance**
2. Next, open up your settings by clicking on the gear icon next to your profile
3. Select **Products** under **Jira Settings**
4. Select **Customer Access** under **Jira Service Management** in the side-navigation bar
5. Scroll down to **Portal access** and select **Don't allow customers to create their own accounts**
6. Save your settings

<figure><img src="/files/agyI6dfB1LgNHoyuS6r2" alt=""><figcaption></figcaption></figure>

#### Potential Impact:

In case registrations are left open for anyone to signup to your Jira Instance, depending on the in-app permissions set, it could mean that new users get access to internal-only resources, such as support tickets, company metrics or even personal identifiable information (PII) of customers or clients.

#### References:

* <https://confluence.atlassian.com/adminjiraserver072/enabling-public-signup-and-captcha-828787685.html>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bugology.intigriti.io/misconfig-mapper-docs/services/atlassian-jira/open-user-registration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
