mirror of
https://github.com/bitwarden/server
synced 2026-01-03 09:03:44 +00:00
20 lines
612 B
Handlebars
20 lines
612 B
Handlebars
{{#>SecurityTasksHtmlLayout}}
|
|
Keep yourself and your organization's data safe by changing passwords that are weak, reused, or have been exposed in a
|
|
data breach.
|
|
|
|
Launch the Bitwarden extension to review your at-risk passwords.
|
|
|
|
Review at-risk passwords ({{{ReviewPasswordsUrl}}})
|
|
|
|
{{#if AdminOwnerEmails.[0]}}
|
|
{{#if AdminOwnerEmails.[1]}}
|
|
This request was initiated by
|
|
{{#each AdminOwnerEmails}}
|
|
{{#if @last}}and {{/if}}{{this}}{{#unless @last}}, {{/unless}}
|
|
{{/each}}.
|
|
{{else}}
|
|
This request was initiated by {{AdminOwnerEmails.[0]}}.
|
|
{{/if}}
|
|
{{/if}}
|
|
{{/SecurityTasksHtmlLayout}}
|