Skip to content

Commit 48d8317

Browse files
committed
new add_password_code template #1015
1 parent b16ce4d commit 48d8317

5 files changed

Lines changed: 80 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>{{title}}</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
</head>
7+
<body>
8+
<div class="main" style="font-family: Helvetica, Arial, sans-serif;line-height: 18px;font-size: 14px;color: #353535;">
9+
<div class="head" style="background-color: #f5f5f5;padding: 30px 0 20px 25px;">
10+
<p class="title" style="font-weight: 600;font-size: 38px;line-height: 38px; margin: 0;">Add a password to your eduID</p>
11+
<p class="subtitle" style="font-weight: 300;font-size: 26px;line-height: 30px; margin: 0.6em 0;">
12+
Your confirmation code is below. Enter it in the opened browser window to add a password to your eduID.
13+
</p>
14+
<div class="code"
15+
style="text-align: center;padding: 20px;font-weight: 600;font-size: 38px;line-height: 46px; letter-spacing: 8px;margin: 40px 20px 40px 0;background-color: #def3ff">
16+
{{code}}
17+
</div>
18+
19+
</div>
20+
<div class="middle" style="padding: 20px 0 40px 60px;max-width: 600px;">
21+
<p>If this is not you or you do not want to add an password to your eduID after all, you can ignore this message.</p>
22+
</div>
23+
{{> footer_en.html}}
24+
</div>
25+
</body>
26+
</html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Add password to your eduID
2+
3+
Your confirmation code is below. Enter it in the opened browser window to add a password to your eduID.
4+
5+
{{code}}
6+
7+
If this is not you or you do not want to add an password to your eduID after all, you can ignore this message.
8+
9+
{{> footer_en.txt}}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>{{title}}</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<style>
7+
@media only screen and (max-width: 900px) {
8+
.head {
9+
padding: 20px 0 20px 10px; !important;
10+
}
11+
}
12+
</style>
13+
</head>
14+
<body>
15+
<div class="main" style="font-family: Helvetica, Arial, sans-serif;line-height: 18px;font-size: 14px;color: #353535;">
16+
<div class="head" style="background-color: #f5f5f5;padding: 30px 0 20px 25px;">
17+
<p class="title" style="font-weight: 600;font-size: 38px;line-height: 38px; margin: 0;">Wachtwoord toevoegen aan je eduID</p>
18+
<p class="subtitle" style="font-weight: 300;font-size: 26px;line-height: 30px; margin: 0.6em 0;">
19+
Je bevestigingscode staat hieronder. Voer deze in het geopende browservenster om een wachtwoord toe te voegen aan je eduID.
20+
</p>
21+
<div class="code"
22+
style="text-align: center;padding: 20px;font-weight: 600;font-size: 38px;line-height: 46px; letter-spacing: 8px;margin: 40px 20px 40px 0;background-color: #def3ff">
23+
{{code}}
24+
</div>
25+
</div>
26+
<div class="middle" style="padding: 20px 0 40px 60px;max-width: 600px;">
27+
<p>Ben jij dit niet of wil je toch geen wachtwoord toevoegen aan je eduID? Dan kun je dit bericht negeren.</p>
28+
</div>
29+
{{> footer_nl.html}}
30+
</div>
31+
</body>
32+
</html>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Wachtwoord toevoegen aan je eduID
2+
3+
Je bevestigingscode staat hieronder. Voer deze in het geopende browservenster om een wachtwoord toe te voegen aan je eduID.
4+
5+
{{code}}
6+
7+
Ben jij dit niet of wil je toch geen wachtwoord toevoegen aan je eduID? Dan kun je dit bericht negeren.
8+
9+
{{> footer_nl.txt}}

myconext-server/src/main/resources/mail_templates/subjects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"add_password": {
3131
"en": "Add an eduID password",
3232
"nl": "Toevoegen eduID wachtwoord"
33+
},
34+
"add_password_code": {
35+
"en": "Add an eduID password with code: ",
36+
"nl": "Voeg een eduID wachtwoord toe met de code: "
3337
},
3438
"update_email": {
3539
"en": "Update your eduID email",

0 commit comments

Comments
 (0)