> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/users.md).

# Users

Users and User Groups are the building blocks of authentication and authorization for Toolpack systems.

The proper implementation of Users and User Groups increases efficiency and reduce costs by:

* Reducing Human Error,
* Mitigating Risks,
* Improving Security,
* Speeding up and simplifying maintenance and troubleshooting.

### Users

Each person that uses Toolpack Web Portal should be assigned their own user name and password.

### User Groups

User Groups define a list of authorized actions applied to each item in the left-hand navigation menu of the Web Portal.

There are 3 authorization levels per resource: '''Read/Write''' Full access to the resource. '''Read''' Only view access to the resource. The action commands will be hidden. '''None''' No access to the resource. It won't be displayed in the left menu.

#### Best practices

* Each User needs to be in a User Group. To modify a user's access to a resource, modify the User Group it belongs to or create a new User Group with the appropriate authorization.
* The *Admin* User Group is not modifiable, and each User in this group has access to all the resources of the Web Portal.
* Be careful when creating a User Group that has full authorization to Users. Read/Write Access to users is a security risk because a user can create another user belonging to the Admin user group, thus gaining total access to the web portal.

### Security settings (from 2.10 and up)

Security settings regroup all the global settings options available in the Web Portal.

It contains the following options:

* [Enable password complexity](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/enable-password-complexity/README.md)
* [Session Timeout](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/session-timeout/README.md)

### Configuration

| Tsbc                                                                                                                                                                                            | Tmedia/Tsig/Tdev                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \*[v2.10: Access and User Management](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/sbc-web-portal-2-10-system-settings/README.md#access-and-user-management) | \*[v2.10: Access and User Management](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/tmedia-tdev-and-tsig-web-portal-2-10-system-settings/README.md#access-and-user-management) \*[v2.9: Access and User Management](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal-2-9-system-settings/README.md#access-and-user-management) \*[v2.8: Access and User Management](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal-2-8-system-settings/README.md#access-and-user-management) |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
