This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1 @@
subject: 'Confirm your email address'

View File

@ -0,0 +1,51 @@
<html>
<head>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
<style>
body {
font-family: "Inter", sans-serif;
font-size: 13px;
color: black;
}
.link {
color: white !important;
cursor: pointer;
text-decoration: none;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
background: #0C4CF3;
padding: 0 25px;
height: 40px;
line-height: 40px;
border-radius: 30px;
display: inline-block;
}
.container {
width: 580px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div class="container">
<p>Hello,</p>
<p>
Welcome to Voltaserve! Please confirm your email address to get started.
</p>
<p>
<a class="link" href="{{UI_URL}}/confirm-email/{{TOKEN}}">Confirm email</a>
</p>
<p>
Thanks,<br />
Voltaserve
</p>
</div>
</body>
</html>

View File

@ -0,0 +1 @@
Follow this link to confirm your Email: {{UI_URL}}/confirm-email/{{TOKEN}}

View File

@ -0,0 +1 @@
subject: 'Confirm your new email address'

View File

@ -0,0 +1,51 @@
<html>
<head>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
<style>
body {
font-family: "Inter", sans-serif;
font-size: 13px;
color: black;
}
.link {
color: white !important;
cursor: pointer;
text-decoration: none;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
background: #0C4CF3;
padding: 0 25px;
height: 40px;
line-height: 40px;
border-radius: 30px;
display: inline-block;
}
.container {
width: 580px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div class="container">
<p>Hello,</p>
<p>
Please confirm your email address: <b>{{EMAIL}}</b>.
</p>
<p>
<a class="link" href="{{UI_URL}}/update-email/{{TOKEN}}">Confirm email</a>
</p>
<p>
Thanks,<br />
Voltaserve
</p>
</div>
</body>
</html>

View File

@ -0,0 +1 @@
Please follow this link: {{UI_URL}}/update-email/{{TOKEN}}, to confirm your email address: {{EMAIL}}.

View File

@ -0,0 +1 @@
subject: 'Reset your password'

View File

@ -0,0 +1,49 @@
<html>
<head>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
<style>
body {
font-family: "Inter", sans-serif;
font-size: 13px;
color: #4a4a4a;
}
.link {
color: white !important;
cursor: pointer;
text-decoration: none;
text-decoration-line: none;
text-decoration-style: initial;
text-decoration-color: initial;
background: #0C4CF3;
padding: 0 25px;
height: 40px;
line-height: 40px;
border-radius: 30px;
display: inline-block;
}
.container {
width: 580px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div class="container">
<p>Hello,</p>
<p>Follow this link to reset your password.</p>
<p>
<a class="link" href="{{UI_URL}}/reset-password/{{TOKEN}}">Reset password</a>
</p>
<p>
Thanks,<br />
Voltaserve
</p>
</div>
</body>
</html>

View File

@ -0,0 +1 @@
Follow this link to reset your password: {{UI_URL}}/reset-password/{{TOKEN}}