ajout app
This commit is contained in:
1
Voltaserve/idp/templates/email-update/params.yml
Normal file
1
Voltaserve/idp/templates/email-update/params.yml
Normal file
@ -0,0 +1 @@
|
||||
subject: 'Confirm your new email address'
|
51
Voltaserve/idp/templates/email-update/template.hbs
Normal file
51
Voltaserve/idp/templates/email-update/template.hbs
Normal 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>
|
1
Voltaserve/idp/templates/email-update/template.txt
Normal file
1
Voltaserve/idp/templates/email-update/template.txt
Normal file
@ -0,0 +1 @@
|
||||
Please follow this link: {{UI_URL}}/update-email/{{TOKEN}}, to confirm your email address: {{EMAIL}}.
|
Reference in New Issue
Block a user