mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-05 16:39:50 +00:00
7 lines
563 B
HTML
7 lines
563 B
HTML
|
{{ define "title" }}PASSWORD RESET{{ end }}
|
||
|
|
||
|
{{ define "content" }}
|
||
|
<p class="lead" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-weight: normal; font-size: 17px; line-height: 1.3; margin: 0 0 10px; padding: 0; color: #333;">Please follow this link to activate your account:
|
||
|
<div><a href="{{.Host}}/reset?token={{.Token}}" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; color: #2a6496; font-weight: normal; margin: 0; padding: 0;">{{.Host}}/reset?token={{.Token}}</a></div>
|
||
|
</p>
|
||
|
{{ end }}
|