# Change the login name

When a new [Employee ](/mikopbx/english/manual/telephony/extensions.md)is added to the PBX, a SIP account with a numeric internal number is created on the PBX. In some cases, for security reasons, it is necessary to change the name for authorization of this employee.

When configuring SIP Clients, you can often see two key parameters:

1. Username - usually equal to the account ID, in the case of MikoPBX equal to the internal number
2. Auth name - username for authorization. In the case of MikoPBX is equal to the internal number

To change the authorization name:

1. Open the employee's account for editing

<figure><img src="/files/K6HP2o129GkPcrUmqkg6" alt=""><figcaption><p>Section "Employees"</p></figcaption></figure>

2. Go to "**Advanced Settings**" → "**Advanced SIP Settings**"

<figure><img src="/files/k1vuFoMzhiCT2FeVLxo0" alt=""><figcaption><p>Advanced Employee Settings</p></figcaption></figure>

3. Add the following lines:

```
[auth] 
username = MIKO204
```

Instead of **MIKO204**, specify a name for authorization, it is advisable to use both letters and numbers

<figure><img src="/files/kdZXqgXsesSLyqwiGl9B" alt=""><figcaption><p>Additional parameters</p></figcaption></figure>


---

# 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://docs.mikopbx.com/mikopbx/english/faq/management/change-the-login-name.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.
