mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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:
parent
e8b001f62f
commit
7ef202c8b2
7 changed files with 42 additions and 4 deletions
|
|
@ -958,6 +958,7 @@ export type CreateUserDto = {
|
|||
name: string;
|
||||
password: string;
|
||||
quotaSizeInBytes?: number | null;
|
||||
shouldChangePassword?: boolean;
|
||||
storageLabel?: string | null;
|
||||
};
|
||||
export type UpdateUserDto = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue