User Management - Immich
{#if shouldShowCreateUserForm} (shouldShowCreateUserForm = false)}> {/if} {#if shouldShowEditUserForm} (shouldShowEditUserForm = false)}> {/if} {#if shouldShowDeleteConfirmDialog} (shouldShowDeleteConfirmDialog = false)}> {/if} {#if shouldShowRestoreDialog} (shouldShowRestoreDialog = false)}> {/if} {#if shouldShowInfoPanel} (shouldShowInfoPanel = false)}>

Password reset success

The user's password has been reset to the default password
Please inform the user, and they will need to change the password at the next log-on.

{/if} {#if allUsers} {#each allUsers as user, i} {/each} {/if}
Email First name Last name Action
{user.email} {user.firstName} {user.lastName} {#if !isDeleted(user)} {/if} {#if isDeleted(user)} {/if}