${msg("Update password")}
${msg("Update password")}
${this.tenant.flowRecovery
? html`
requestRecoveryLink(item)}
>
${msg("Create recovery link")}
${item.email
? renderRecoveryEmailRequest(item)
: html`
${msg(
"Recovery link cannot be emailed, user has no email address saved.",
)}`}
`
: html`
${msg(
"To let a user directly reset a their password, configure a recovery flow on the currently active tenant.",
)}
`}