Back to Listmonk

Forgot Password

static/public/templates/forgot-password.html

6.1.0322 B
Original Source

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

{{ .L.T "users.forgotPassword"}}

{{ .L.T "subscribers.email" }}

{{ if .Data.Error }}

{{ .Data.Error }}

{{ end }}

{{ .L.T "globals.buttons.continue" }}

← {{ .L.T "users.login" }}

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