You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/administration/user-management.mdx
+49-4
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,57 @@ Immich supports multiple users, each with their own library.
13
13
14
14
<UserCreate />
15
15
16
-
## Delete a User
16
+
## Set Storage Quota For User
17
+
18
+
Admin can specify the storage quota for the user as the instance's admin; once the limit is reached, the user won't be able to upload to the instance anymore.
19
+
20
+
In order to select a storage quota, click on the pencil icon and enter the storage quota in GiB. You can choose an unlimited quota using the value 0 (default).
21
+
22
+
:::tip
23
+
The system administrator can see the usage quota percentage of all users in Server Stats page.
24
+
:::
25
+
26
+
:::info
27
+
External libraries don't take up space from the storage quota.
28
+
:::
17
29
18
-
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.
To reset a user's password, click the pencil icon to edit a user, then click "Reset Password". The user's password will be reset to "password" and they have to change it next time the sign in.
44
+
To reset a user's password, click the pencil icon to edit a user, then click "Reset Password". The user's password will be reset to random password and they have to change it next time the sign in.
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 by default.
You can customize the time of the deletion of the users from the Administration -> Settings -> User Settings.
57
+
:::info user deletion job
58
+
The user deletion job runs at midnight to check for users that are ready for deletion. Changes to this setting will be evaluated at the next execution.
0 commit comments