Back to Listmonk

Reset Password

static/public/templates/reset-password.html

6.1.0286 B
Original Source

{{ define "admin-reset-password" }} {{ template "header" .}}

{{ .L.T "users.resetPassword"}}

{{ .L.T "users.newPassword" }}

{{ .L.T "users.passwordRepeat" }}

{{ if .Data.Error }}

{{ .Data.Error }}

{{ end }}

{{ .L.T "users.resetPassword" }}

{{ template "footer" .}} {{ end }}