Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 10. Settings
2
3
**URL:** `http(s)://url/settings`
4
5
![Settings Page](../images/settings.png)
6
7
Under **Settings** you can manage your personal user preferences. This page is accessible to every logged-in user.
8
9
## Profile Settings
10
11
| Field | Description |
12
|-------|-------------|
13
| **Email** | Your email address (used for login) |
14
| **Display Name** | The name shown in the sidebar |
15
| **Language** | Display language of the application (e.g. English, Deutsch) |
16
17
Click **"Save Profile"** to save your changes.
18
19
## Change Password
20
21
To change your password, fill in the three fields:
22
1. **Current Password** – Your current password
23
2. **New Password** – The new password
24
3. **Confirm New Password** – Repeat the new password to confirm
25
26
> 🔒 **Security note:** Choose a strong password of at least 8 characters, combining uppercase and lowercase letters, numbers, and special characters.
27
28
---
29
fe70cf Manuel Weiser 2026-03-09 08:10:11
Update documentation links to use consistent casing and absolute paths - Changed links in German documentation to use absolute paths with consistent casing. - Updated links in English documentation to follow the same format. - Ensured all navigation links point to the correct sections across all documents.
30
← [Back: Printers](/Docs/En/09-Printers) | [Next: Admin Area →](/Docs/En/11-Admin)