mirror of
https://github.com/immich-app/immich.git
synced 2025-11-15 23:52:38 +09:00
feat(server, web): add checkbox to create user screen for shouldChang… (#7598)
feat(server, web): add checkbox to create user screen for shouldChangePassword
This commit is contained in:
@@ -958,6 +958,7 @@ export type CreateUserDto = {
|
||||
name: string;
|
||||
password: string;
|
||||
quotaSizeInBytes?: number | null;
|
||||
shouldChangePassword?: boolean;
|
||||
storageLabel?: string | null;
|
||||
};
|
||||
export type UpdateUserDto = {
|
||||
|
||||
Reference in New Issue
Block a user