Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 2. Login
2
3
Open the FilaMan application in your browser. If you are not yet signed in, you will be automatically redirected to the login page.
4
5
![Login Page](../images/login.png)
6
7
**Login fields:**
8
- **Email** – Your registered email address
9
- **Password** – Your personal password
10
11
Click **"Sign in"** to log in.
12
13
> 💡 **Note:** If you have forgotten your password, please contact your system administrator. Password resets can be performed via the Admin area.
14
15
After a successful login you will be taken directly to the **Dashboard**.
16
f48813 Manuel Weiser 2026-03-02 13:55:54
docs: Add SpoolmanDB Import and Spoolman API plugin documentation; update login and admin sections for SSO support
17
### Single Sign-On (SSO)
18
19
If your administrator has configured **OIDC (OpenID Connect)**, an additional SSO button appears below the login form (e.g. "Login with Authentik").
20
21
Click the SSO button to be redirected to your organization's identity provider. After successful authentication there, you will be automatically logged into FilaMan.
22
23
> 💡 **Note:** SSO login only works for users who already have an account in FilaMan with a matching email address. If you don't have an account yet, contact your administrator.
24
57076d Manuel Weiser 2026-02-23 16:43:14
update
25
---
26
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.
27
← [Back: Introduction](/Docs/En/01-Introduction) | [Next: Navigation & UI →](/Docs/En/03-Navigation)