forked from anvilresearch/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpasswordChanged.hogan
26 lines (26 loc) · 1.56 KB
/
passwordChanged.hogan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<body style="background: #fafafa">
<style>
.button:hover {
background: #F07911 !important;
}
.button:active, .button:focus {
box-shadow: 0 0 0 !important;
margin: 2px 4px -2px 10px !important;
}
</style>
<div style="font: normal normal 400 14px Roboto, Noto, 'Helvetica Neue', Helvetica, Arial, sans-serif; background: #fafafa; color: #212121">
<p style="margin: 8px"><strong style="color: #757575">{{providerName}}</strong></p>
<h1 style="margin: 8px; font-size: 36px; color: #e65100">
Password changed
</h1>
<p style="margin: 8px">The password for your {{providerName}} account was recently changed.</p>
<p style="margin: 8px">If this was you, then everything worked OK and you've got nothing more to do.</p>
<p style="margin: 8px">If this was <strong>not</strong> you, your account may have been compromised. To regain control of your account, you'll need to<a href="{{recoveryURL}}" class="button"
style="display: block; display: inline-block; outline: none; width: 200px; text-align: center; margin: 0 8px; padding: 12px; box-shadow: 2px 2px 2px #757575; border-radius: 2px; -webkit-border-radius: 2px; background: #E37719; color: #fff; text-decoration: none; font-weight: 600">
Recover your account</a></p>
<p style="margin: 8px; font-size: 12px">If you don't see a link above, paste the following URL into your browser: {{recoveryURL}}</p>
<p style="margin: 8px; font-size: 12px">This e-mail was addressed to {{email}}</p>
</div>
</body>
</html>