adejs/controllers/auth/templates/resetPasswordMail.pug

51 lines
996 B
Plaintext
Raw Normal View History

2017-09-23 18:20:56 +02:00
style.
.body {
width: 570px;
padding: 0px;
margin-right: auto;
margin-left: auto;
border: solid;
border-width: thin;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.header {
padding: 10px;
border-bottom: solid;
border-bottom-width: thin;
}
.footer {
font-size: 75%;
padding: 10px;
border-top: solid;
border-top-width: thin;
}
h1 {
text-align: center;
}
p {
padding: 10px;
margin: 0px;
}
.username {
font-style: italic;
}
.body
.header
h1 Welcome on ADEjs!
p.
Hello #{user.username}!
p.
2017-09-29 14:35:13 +02:00
You recently told us that you lost your password.
2017-09-23 18:20:56 +02:00
p.
2017-09-29 14:35:13 +02:00
To set a new password, please visit <a href="#{resetUrl}">visit this link</a>.
2017-09-23 18:20:56 +02:00
.footer.
If you did not subscribe on PyADE with this email address, please ignore this e-mail.