Skip to content

Commit

Permalink
add root user
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jul 18, 2024
1 parent cb3c68a commit 4663f24
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/functions/settings_override.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,14 @@ POWERSHELL_PLACEHOLDER_TEXT = "<Your customized PowerShell prompt text>"
SHELL_PLACEHOLDER_TEXT = "<Your customized shell prompt text>"
```

To activate, restart the api with `sudo systemctl restart rmm` and then refresh the web interface.
To activate, restart the api with `sudo systemctl restart rmm` and then refresh the web interface.

### Define a root user to prevent changes from web UI

To define a "root" user who cannot be modified via the web UI, add the following line to `/rmm/api/tacticalrmm/tacticalrmm/local_settings.py`

```python
ROOT_USER = "username"
```

Replace "username" with the actual username. After making this change, run `sudo systemctl restart rmm.service` to apply the changes.

0 comments on commit 4663f24

Please sign in to comment.