Initial application generated by JHipster-5.8.2
This commit is contained in:
25
src/main/resources/templates/mail/creationEmail.html
Normal file
25
src/main/resources/templates/mail/creationEmail.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<title th:text="#{email.activation.title}">JHipster creation</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<link rel="shortcut icon" th:href="@{|${baseUrl}/favicon.ico|}" />
|
||||
</head>
|
||||
<body>
|
||||
<p th:text="#{email.activation.greeting(${user.login})}">
|
||||
Dear
|
||||
</p>
|
||||
<p th:text="#{email.creation.text1}">
|
||||
Your JHipster account has been created, please click on the URL below to access it:
|
||||
</p>
|
||||
<p>
|
||||
<a th:with="url=(@{|${baseUrl}/#/reset/finish?key=${user.resetKey}|})" th:href="${url}"
|
||||
th:text="${url}">Login link</a>
|
||||
</p>
|
||||
<p>
|
||||
<span th:text="#{email.activation.text2}">Regards, </span>
|
||||
<br/>
|
||||
<em th:text="#{email.signature}">JHipster.</em>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user