forked from Nixius/authelia
13 lines
462 B
HTML
13 lines
462 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><meta charset="utf-8"><title>{{ .Title }}</title></head>
|
|
<body>
|
|
<h1>{{ .Title }}</h1>
|
|
<p>Hi {{ .DisplayName }},</p>
|
|
<p>This email was sent to verify your identity. Click the link below to reset your password.</p>
|
|
<p><a href="{{ replace "%2Flogin" "/login" .LinkURL }}">{{ .LinkText }}</a></p>
|
|
<p>If you did not request this, you can safely ignore this email.</p>
|
|
<p>This link was requested from {{ .RemoteIP }}.</p>
|
|
</body>
|
|
</html>
|