mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
* chore(docs): refactor pages * fix: links * fix: broken link * refactor: post install steps using partials
23 lines
569 B
Plaintext
23 lines
569 B
Plaintext
---
|
|
sidebar_position: 4
|
|
---
|
|
|
|
import RegisterAdminUser from '../partials/_register-admin.md';
|
|
import UserCreate from '../partials/_user-create.md';
|
|
|
|
# User Management
|
|
|
|
Immich supports multiple users, each with their own library.
|
|
|
|
## Register the Admin User
|
|
|
|
<RegisterAdminUser />
|
|
|
|
## Create a New User
|
|
|
|
<UserCreate />
|
|
|
|
## Delete a User
|
|
|
|
If you need to remove a user from Immich, head to "Administration", where users can be scheduled for deletion. The user account will immediately become disabled and their library and all associated data will be removed after 7 days.
|